aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bugs/c894f10f-197d-4b22-9c5b-19f394df40d4/comments
Commit message (Collapse)AuthorAgeFilesLines
* Hack to fixe encoding bug in becommands/showW. Trevor King2008-11-242-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 King2008-11-232-0/+22
|
* Explicit rcs.cleanup() in bugdir test.W. Trevor King2008-11-222-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