aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bugs/c894f10f-197d-4b22-9c5b-19f394df40d4
Commit message (Collapse)AuthorAgeFilesLines
* Improved user-id saving/loading/caching & save user-id into duplicate bugdirs.W. Trevor King2008-11-231-1/+1
| | | | | | Fixes the duplicate bugs a403de79-8f39-41f2-b9ec-15053b175ee2 c894f10f-197d-4b22-9c5b-19f394df40d4
* `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-223-0/+73
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