aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/ui
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | Python 2.6 doesn't mind, but 2.5 doesn't like kwargs after a * expansion: $ ./be list Traceback (most recent call last): File "./be", line 5, in <module> import libbe.ui.command_line File "/home/wking/src/fun/be/be.restructure/libbe/ui/command_line.py", line 63 *opt_strings, action='callback', dest=dest, ^ SyntaxError: invalid syntax
* 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 ↵W. Trevor King2009-12-125-123/+115
| | | | format.
* Initial directory restructuring to clarify dependenciesW. Trevor King2009-12-073-0/+534