aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/ui
Commit message (Expand)AuthorAgeFilesLines
* Ran update_copyright.pyW. Trevor King2010-06-226-75/+77
* Use os.path.join in libbe.storage.util.config.path.wking2010-06-221-1/+3
* Use email.utils.formataddr/parseaddr to generate/parse user IDsW. Trevor King2010-02-071-29/+60
* Clearer UnicodeDecodeError message in command_line.dispatch().W. Trevor King2010-02-011-0/+8
* Fix editor spawning on null-string EDITOR and VISUAL.W. Trevor King2010-01-291-4/+3
* 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-016-6/+48
* 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
* Removed libbe/ui/base.py. Basic UI definitions are in libbe/command/base.py.W. Trevor King2009-12-311-1/+0
* Don't worry about whitespace in `be --help`W. Trevor King2009-12-291-1/+1
* Remove libbe.ui.util.cmdutilW. Trevor King2009-12-291-129/+0
* 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
* 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