Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ran update_copyright.py. | W. Trevor King | 2010-10-21 | 1 | -1/+1 |
| | |||||
* | Ran update_copyright.py | W. Trevor King | 2010-06-22 | 1 | -12/+13 |
| | |||||
* | Fix vars call for `be target --help` | W. Trevor King | 2010-01-23 | 1 | -1/+1 |
| | |||||
* | Ajdust Target tests for cached BugDir.uuids() implementation | W. Trevor King | 2010-01-21 | 1 | -0/+1 |
| | |||||
* | Add entry points for functionality needed by CFBE (and probably other UIs) | W. Trevor King | 2010-01-20 | 1 | -4/+13 |
| | |||||
* | 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 | -13/+15 |
| | |||||
* | Allow external use of Command.usage() and use CmdOptionParser.set_usage() | W. Trevor King | 2009-12-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | This fixes $ python be diff -2 Usage: be [options] be: error: no such option: -2 and we now get the correct output $ python be diff -2 Usage: be diff [options] [REVISION] be: error: no such option: -2 | ||||
* | Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementation | W. Trevor King | 2009-12-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | 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 set to Command-format | W. Trevor King | 2009-12-15 | 1 | -5/+2 |
| | |||||
* | Transitioned target to Command-format | W. Trevor King | 2009-12-15 | 1 | -65/+97 |
| | |||||
* | Initial directory restructuring to clarify dependencies | W. Trevor King | 2009-12-07 | 1 | -0/+168 |