Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | be --dir DIR COMMAND now roots the bugdir in DIR without changing directories. | W. Trevor King | 2009-12-07 | 2 | -0/+24 |
| | | | | | | | | | | | | | | | | | Previously, for the directory structure A |-- X `-- Y You could do something like A$ be --dir X diff --dir ../Y Now it's A$ be --dir X diff --dir Y The --root option to `be init` has been removed as redundant. Replace calls like be init --root DIR with be --dir DIR init | ||||
* | Added libbe/upgrade.py to handle upgrading on-disk bugdirs. | W. Trevor King | 2009-08-31 | 2 | -6/+6 |
| | |||||
* | Added autocommit wishlist request by Martin Krafft | W. Trevor King | 2009-07-24 | 4 | -0/+48 |