Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Default to "unknown" version info if libbe._version is missing. | W. Trevor King | 2010-09-05 | 1 | -2/+1 |
| | |||||
* | UsageError -> UserError in a few libbe.command.* submods. | W. Trevor King | 2010-06-26 | 1 | -2/+2 |
| | | | | | | | | | | | This catches them up with the removal of UsageError in commit bf3d434b244c57556bec979acbc658c30eb58221 Author: W. Trevor King <wking@drexel.edu> Date: Sat Dec 12 00:31:55 2009 -0500 Added libbe.command.base (with Command class) and moved list command to new format. I guess I don't make many mistakes entering those commands ;). | ||||
* | Ran update_copyright.py | W. Trevor King | 2010-06-22 | 1 | -12/+13 |
| | |||||
* | Fix `be show` handling for no IDs | W. Trevor King | 2010-01-29 | 1 | -1/+1 |
| | |||||
* | Updated copyright information | W. Trevor King | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | Added UserInterface and other improved abstractions for command handling | W. Trevor King | 2009-12-31 | 1 | -8/+10 |
| | |||||
* | Restored post-colon spaces in doctests | W. Trevor King | 2009-12-29 | 1 | -2/+2 |
| | |||||
* | Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementation | W. Trevor King | 2009-12-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | duplicate_bugdir() works, but for the vcs backends, it could require shelling out for _every_ file read. This could, and probably will, be horribly slow. Still it works ;). I'm not sure what a better implementation would be. The old implementation checked out the entire earlier state into a temporary directory pros: single shell out, simple upgrade implementation cons: wouldn't work well for HTTP backens I think a good solution would run along the lines of the currently commented out code in duplicate_bugdir(), where a VersionedStorage.changed_since(revision) call would give you a list of changed files. diff could work off of that directly, without the need to generate a whole duplicate bugdir. I'm stuck on how to handle upgrades though... Also removed trailing whitespace from all python files. | ||||
* | Transitioned show to Command-format | W. Trevor King | 2009-12-15 | 1 | -71/+93 |
| | |||||
* | Initial directory restructuring to clarify dependencies | W. Trevor King | 2009-12-07 | 1 | -0/+183 |