aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Bumped to version 1.0.01.0.0Chris Ball2011-01-081-1/+1
|
* Ran update_copyright.pyW. Trevor King2010-06-221-12/+13
|
* Updated copyright informationW. Trevor King2010-01-011-1/+1
|
* Added UserInterface and other improved abstractions for command handlingW. Trevor King2009-12-311-2/+12
|
* Moved InvalidStorageVersion from libbe.command to libbe.storageW. Trevor King2009-12-271-3/+1
| | | | | | Also added ConnectionError pretty-print to ui.command_line, storage version checking to BugDir.duplicate_bugdir(), and optional revision argument to Storage.storage_version().
* Added storage.Storage.storage_version() and command.InvalidStorageVersion.W. Trevor King2009-12-271-1/+3
| | | | Now commands automatically check for storage version compatibility.
* Transitioned help to Command-formatW. Trevor King2009-12-141-2/+3
|
* Moved be to libbe.ui.command_line and transitioned to Command format.W. Trevor King2009-12-121-2/+2
|
* Added libbe.command.base (with Command class) and moved list command to new ↵W. Trevor King2009-12-121-0/+13
| | | | format.
* Initial directory restructuring to clarify dependenciesW. Trevor King2009-12-071-0/+16