aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/base.py
Commit message (Expand)AuthorAgeFilesLines
* Avoid generating another StringIO instance in StringInputOutput.get_stdout().W. Trevor King2012-02-241-2/+1
* Ran update-copyright.py.W. Trevor King2012-02-161-10/+10
* Ran update_copyright.py.W. Trevor King2011-11-091-0/+1
* Add ImportError to UnknownCommand output in get_command doctest.W. Trevor King2011-07-301-0/+1
* Attach ImportError message to UnknownCommand to aid debugging.W. Trevor King2011-05-251-3/+8
* Run update_copyright.py.W. Trevor King2011-05-251-1/+3
* Revive the UserError/UsageError distinctionW. Trevor King2011-05-021-5/+28
* Merge commit 'refs/merge-requests/3' of git://gitorious.org/be/beChris Ball2011-01-081-1/+2
|\
| * Exclude --complete from completion.Robert Lehmann2010-11-261-1/+2
* | Bumped to version 1.0.01.0.0Chris Ball2011-01-081-1/+1
|/
* Ran update_copyright.pyW. Trevor King2010-06-221-11/+12
* Use getreader (not getwriter) for wrapping stdinW. Trevor King2010-05-191-1/+1
* Fix command name output of `be --complete`.W. Trevor King2010-02-011-4/+33
* Updated copyright informationW. Trevor King2010-01-011-1/+15
* Use fragment in base command completion + command io fixups.W. Trevor King2009-12-311-5/+11
* Added UserInterface and other improved abstractions for command handlingW. Trevor King2009-12-311-49/+172
* Fixed up the completion helpers in libbe.command.utilW. Trevor King2009-12-291-0/+6
* Allow external use of Command.usage() and use CmdOptionParser.set_usage()W. Trevor King2009-12-281-2/+2
* Moved InvalidStorageVersion from libbe.command to libbe.storageW. Trevor King2009-12-271-11/+1
* Added storage.Storage.storage_version() and command.InvalidStorageVersion.W. Trevor King2009-12-271-0/+13
* Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementationW. Trevor King2009-12-151-2/+2
* Transition to Command-format complete.W. Trevor King2009-12-151-1/+1
* Transitioned tag to Command-formatW. Trevor King2009-12-151-4/+1
* Transitioned severity to Command-format, also added Command._get_*()W. Trevor King2009-12-141-19/+54
* Transitioned help to Command-formatW. Trevor King2009-12-141-0/+1
* Transitioned import_xml to Command-formatW. Trevor King2009-12-141-4/+19
* Transitioned comment to Command formatW. Trevor King2009-12-141-24/+81
* Transitioned init to Command formatW. Trevor King2009-12-141-4/+5
* Transitioned assign to Command formatW. Trevor King2009-12-141-2/+32
* Converted libbe.storage.vcs.base to new Storage format.W. Trevor King2009-12-131-3/+4
* Moved be to libbe.ui.command_line and transitioned to Command format.W. Trevor King2009-12-121-45/+57
* Use get_input/output_encoding() in libbe.command.base.CommandW. Trevor King2009-12-121-2/+3
* Moved command completion from libbe.ui.util to libbe.command.utilW. Trevor King2009-12-121-1/+0
* Added libbe.command.base (with Command class) and moved list command to new f...W. Trevor King2009-12-121-0/+224