aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/ui/command_line.py
Commit message (Expand)AuthorAgeFilesLines
* Clearer UnicodeDecodeError message in command_line.dispatch().W. Trevor King2010-02-011-0/+8
* Strip footers (signatures) in be-mail-to-xmlW. Trevor King2010-01-201-1/+1
* Fixed `be help` (used to raise NotImplementedError)W. Trevor King2010-01-201-3/+11
* Add better help message on COMMAND-less be callW. Trevor King2010-01-201-1/+8
* Added libbe.command.serve and libbe.storage.http for HTTP backend.W. Trevor King2010-01-011-1/+1
* Updated copyright informationW. Trevor King2010-01-011-1/+1
* Merged be.restructure, major internal reorganization.W. Trevor King2009-12-311-1/+1
* Use fragment in base command completion + command io fixups.W. Trevor King2009-12-311-2/+5
* Added UserInterface and other improved abstractions for command handlingW. Trevor King2009-12-311-35/+43
* Don't worry about whitespace in `be --help`W. Trevor King2009-12-291-1/+1
* Fixed up the completion helpers in libbe.command.utilW. Trevor King2009-12-291-4/+9
* Allow external use of Command.usage() and use CmdOptionParser.set_usage()W. Trevor King2009-12-281-1/+3
* Don't run pager for the 'comment' command.W. Trevor King2009-12-281-7/+11
* Moved InvalidStorageVersion from libbe.command to libbe.storageW. Trevor King2009-12-271-0/+4
* Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementationW. Trevor King2009-12-151-1/+1
* Transitioned target to Command-formatW. Trevor King2009-12-151-0/+2
* Transitioned tag to Command-formatW. Trevor King2009-12-151-1/+1
* Transitioned status to Command-formatW. Trevor King2009-12-141-5/+9
* Transitioned severity to Command-format, also added Command._get_*()W. Trevor King2009-12-141-17/+6
* Transitioned help to Command-formatW. Trevor King2009-12-141-0/+1
* Transitioned import_xml to Command-formatW. Trevor King2009-12-141-1/+1
* Transitioned comment to Command formatW. Trevor King2009-12-141-12/+26
* Transitioned init to Command formatW. Trevor King2009-12-141-4/+6
* Rearrange libbe.ui.command_line.CmdOptionParser._add_option() for Python 2.5W. Trevor King2009-12-131-14/+15
* Converted libbe.storage.vcs.base to new Storage format.W. Trevor King2009-12-131-6/+14
* Moved be to libbe.ui.command_line and transitioned to Command format.W. Trevor King2009-12-121-0/+270