Merge assorted bugfixes and optimizations.
[be.git] / libbe / ui / command_line.py
2010-01-21 W. Trevor KingMerge assorted bugfixes and optimizations.
2010-01-20 W. Trevor KingStrip footers (signatures) in be-mail-to-xml
2010-01-20 W. Trevor KingFixed `be help` (used to raise NotImplementedError)
2010-01-20 W. Trevor KingAdd better help message on COMMAND-less be call
2010-01-01 W. Trevor KingMerged be.html-storage
2010-01-01 W. Trevor KingAdded libbe.command.serve and libbe.storage.http for...
2010-01-01 W. Trevor KingUpdated copyright information
2009-12-31 W. Trevor KingMerged be.restructure, major internal reorganization.
2009-12-31 W. Trevor KingUse fragment in base command completion + command io...
2009-12-31 W. Trevor KingAdded UserInterface and other improved abstractions...
2009-12-30 W. Trevor KingDon't worry about whitespace in `be --help`
2009-12-30 W. Trevor KingFixed up the completion helpers in libbe.command.util
2009-12-28 W. Trevor KingAllow external use of Command.usage() and use CmdOption...
2009-12-28 W. Trevor KingDon't run pager for the 'comment' command.
2009-12-27 W. Trevor KingMoved InvalidStorageVersion from libbe.command to libbe...
2009-12-15 W. Trevor KingFixed libbe.command.diff + ugly BugDir.duplicate_bugdir...
2009-12-15 W. Trevor KingTransitioned target to Command-format
2009-12-15 W. Trevor KingTransitioned tag to Command-format
2009-12-15 W. Trevor KingTransitioned status to Command-format
2009-12-15 W. Trevor KingTransitioned severity to Command-format, also added...
2009-12-15 W. Trevor KingTransitioned help to Command-format
2009-12-14 W. Trevor KingTransitioned import_xml to Command-format
2009-12-14 W. Trevor KingTransitioned comment to Command format
2009-12-14 W. Trevor KingTransitioned init to Command format
2009-12-13 W. Trevor KingRearrange libbe.ui.command_line.CmdOptionParser._add_op...
2009-12-13 W. Trevor KingConverted libbe.storage.vcs.base to new Storage format.
2009-12-13 W. Trevor KingMoved be to libbe.ui.command_line and transitioned...