aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/import_xml.py
Commit message (Expand)AuthorAgeFilesLines
* Used PyCharms inspectors.Matěj Cepl2024-03-301-10/+10
* WIP plenty of clean-ups and porting to Python 3.Matěj Cepl2024-01-211-3/+3
* 2to3 conversion of the repo.Matěj Cepl2024-01-181-78/+78
* Transition to libbe.LOG for loggingW. Trevor King2013-01-241-3/+3
* Ran update-copyright.py.W. Trevor King2012-10-161-1/+1
* command:import_xml: fix `--r` -> `-r` in long help.W. Trevor King2012-09-031-2/+2
* command:import_xml: fix be-mbox-to-xml -> be-mail-to-xml.W. Trevor King2012-09-031-3/+3
* Rewrite commands to use bugdirs instead of a single bugdir.W. Trevor King2012-08-291-169/+243
* Ran update-copyright.py.W. Trevor King2012-02-161-10/+10
* Run update_copyright.py.W. Trevor King2011-05-251-1/+3
* Add --preserve-uuids to `be import-xml`.W. Trevor King2011-04-161-2/+4
* Fix bd->bugdir typo in import_xml.Valtteri Kokkoniemi2011-04-161-1/+1
* Bumped to version 1.0.01.0.0Chris Ball2011-01-081-1/+1
* Ran update_copyright.pyW. Trevor King2010-06-221-11/+12
* Created a bug (wontfix) for Anton Batenev's default-EDITOR comments.W. Trevor King2010-03-191-1/+1
* Fix typos in untested parts of List and Import_XML for test_usage.pyW. Trevor King2010-01-231-1/+1
* Improve `be import-xml` handling of root comments + tests.W. Trevor King2010-01-201-7/+105
* Updated copyright informationW. Trevor King2010-01-011-1/+1
* Added UserInterface and other improved abstractions for command handlingW. Trevor King2009-12-311-12/+15
* Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementationW. Trevor King2009-12-151-6/+6
* Transitioned severity to Command-format, also added Command._get_*()W. Trevor King2009-12-141-5/+7
* Transitioned import_xml to Command-formatW. Trevor King2009-12-141-180/+184
* Initial directory restructuring to clarify dependenciesW. Trevor King2009-12-071-0/+434