Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Converted libbe.storage.vcs.base to new Storage format. | W. Trevor King | 2009-12-13 | 2 | -25/+0 |
| | |||||
* | Added libbe/upgrade.py to handle upgrading on-disk bugdirs. | W. Trevor King | 2009-08-31 | 1 | -16/+3 |
| | |||||
* | Explicit rcs.cleanup() in bugdir test. | W. Trevor King | 2008-11-22 | 2 | -0/+38 |
Don't use del(rcs), because if there was an error, there is still a reference to rcs in the traceback, so it is never cleaned up. This can leave the external archive cluttering up your Arch install if you're using the Arch backend. See the __del__ documentation http://python.active-venture.com/ref/customization.html#l2h-175 for details. Also fixed some out-of-date method names in libbe.diff |