Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added libbe/upgrade.py to handle upgrading on-disk bugdirs. | W. Trevor King | 2009-08-31 | 3 | -48/+9 |
| | |||||
* | Hack to fixe encoding bug in becommands/show | W. Trevor King | 2008-11-24 | 2 | -0/+22 |
| | | | | | | The situation really calls for a global encoding setting rather than lots of hardcoded "utf-8"s. See bug f7ccd916-b5c7-4890-a2e3-8c8ace17ae3a | ||||
* | `be show` now supports showing multiple bugs with a single call. | W. Trevor King | 2008-11-23 | 2 | -0/+22 |
| | |||||
* | 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 |