Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Transitioned init to Command format | W. Trevor King | 2009-12-14 | 2 | -5/+7 |
| | |||||
* | Added parse_user() calls to Assign | W. Trevor King | 2009-12-14 | 1 | -4/+0 |
| | |||||
* | Transitioned assign to Command format | W. Trevor King | 2009-12-14 | 1 | -4/+5 |
| | |||||
* | More fixes for libbe.storage.vcs.hg + .git transition. | W. Trevor King | 2009-12-13 | 1 | -6/+6 |
| | |||||
* | Rearrange libbe.ui.command_line.CmdOptionParser._add_option() for Python 2.5 | W. Trevor King | 2009-12-13 | 1 | -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 King | 2009-12-13 | 2 | -13/+25 |
| | |||||
* | Moved be to libbe.ui.command_line and transitioned to Command format. | W. Trevor King | 2009-12-12 | 3 | -108/+271 |
| | |||||
* | Added libbe.ui.util.user for managing user ids. | W. Trevor King | 2009-12-12 | 2 | -23/+84 |
| | |||||
* | Moved command completion from libbe.ui.util to libbe.command.util | W. Trevor King | 2009-12-12 | 1 | -68/+0 |
| | |||||
* | Added libbe.command.base (with Command class) and moved list command to new ↵ | W. Trevor King | 2009-12-12 | 5 | -123/+115 |
| | | | | format. | ||||
* | Initial directory restructuring to clarify dependencies | W. Trevor King | 2009-12-07 | 3 | -0/+534 |