diff mercurial/hbisect.py @ 8109:496ae1ea4698

switch lock releasing in the core from gc to explicit
author Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>
date Wed, 22 Apr 2009 02:01:22 +0200
parents afddc32b2b3f
children 08e1baf924ca
line wrap: on
line diff
--- a/mercurial/hbisect.py	Wed Apr 22 02:01:22 2009 +0200
+++ b/mercurial/hbisect.py	Wed Apr 22 02:01:22 2009 +0200
@@ -140,5 +140,5 @@
                 f.write("%s %s\n" % (kind, hex(node)))
         f.rename()
     finally:
-        del wlock
+        wlock.release()