Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Converted libbe.storage.vcs.base to new Storage format. | W. Trevor King | 2009-12-13 | 14 | -220/+0 |
| | |||||
* | Added libbe/upgrade.py to handle upgrading on-disk bugdirs. | W. Trevor King | 2009-08-31 | 7 | -21/+21 |
| | |||||
* | Added `be depend'. | W. Trevor King | 2009-06-25 | 2 | -0/+10 |
| | | | | | | | | This closes bug 7ec2c071-9630-42b0-b08a-9854616f9144. BE is now bug free ;). At least until the next commit :p. Writing depend.py turned up a few style points in tag.py which I also fixed. | ||||
* | Consolidated outstanding bugs. | W. Trevor King | 2009-06-22 | 12 | -0/+210 |
Only one live bug left: 7ec2c071-9630-42b0-b08a-9854616f9144 I've decided (mostly due to the huge Trac post, see bug comments) to _not_ hardcode dependencies, but to add an attribute-creation mechanism that a becommand/depend.py could use for dependency tracking. Time for a new branch to think this out... |