Explicit rcs.cleanup() in bugdir test.
authorW. Trevor King <wking@drexel.edu>
Sun, 23 Nov 2008 00:45:37 +0000 (19:45 -0500)
committerW. Trevor King <wking@drexel.edu>
Sun, 23 Nov 2008 00:45:37 +0000 (19:45 -0500)
commit4a626e67b3f401b8e242a55571a802147123a196
treee5907e6e16e9110a092d723e43f34571a4cac378
parent9524d061aa93451a282f45150944878d6b5cf065
Explicit rcs.cleanup() in bugdir test.

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
.be/bugs/c894f10f-197d-4b22-9c5b-19f394df40d4/comments/208595bd-35b8-44c2-bf97-fc5ef9e7a58d/body [new file with mode: 0644]
.be/bugs/c894f10f-197d-4b22-9c5b-19f394df40d4/comments/208595bd-35b8-44c2-bf97-fc5ef9e7a58d/values [new file with mode: 0644]
.be/bugs/c894f10f-197d-4b22-9c5b-19f394df40d4/values [new file with mode: 0644]
libbe/arch.py
libbe/bugdir.py
libbe/diff.py
libbe/utility.py