aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bugs/c894f10f-197d-4b22-9c5b-19f394df40d4
Commit message (Collapse)AuthorAgeFilesLines
* Added `be tag --list' to list all tags.W. Trevor King2009-06-251-26/+5
| | | | | Loading all the bugs for the list search had the side effect of updating all the bug values files to the new YAML format.
* Hack to fixe encoding bug in becommands/showW. Trevor King2008-11-243-1/+23
| | | | | | The situation really calls for a global encoding setting rather than lots of hardcoded "utf-8"s. See bug f7ccd916-b5c7-4890-a2e3-8c8ace17ae3a
* 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