aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/ui
Commit message (Expand)AuthorAgeFilesLines
* Allow external use of Command.usage() and use CmdOptionParser.set_usage()W. Trevor King2009-12-281-1/+3
* Restore comment stripping to libbe.ui.util.editor.editor_string()W. Trevor King2009-12-281-0/+4
* 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-142-31/+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-142-18/+31
* Transitioned init to Command formatW. Trevor King2009-12-142-5/+7
* Added parse_user() calls to AssignW. Trevor King2009-12-141-4/+0
* Transitioned assign to Command formatW. Trevor King2009-12-141-4/+5
* More fixes for libbe.storage.vcs.hg + .git transition.W. Trevor King2009-12-131-6/+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-132-13/+25
* Moved be to libbe.ui.command_line and transitioned to Command format.W. Trevor King2009-12-123-108/+271
* Added libbe.ui.util.user for managing user ids.W. Trevor King2009-12-122-23/+84
* Moved command completion from libbe.ui.util to libbe.command.utilW. Trevor King2009-12-121-68/+0
* Added libbe.command.base (with Command class) and moved list command to new f...W. Trevor King2009-12-125-123/+115
* Initial directory restructuring to clarify dependenciesW. Trevor King2009-12-073-0/+534