mercurial/hbisect.py
changeset 15057 774da7121fc9
parent 14895 a35d6f822e3e
child 15135 f19de58af225
--- a/mercurial/hbisect.py	Wed Aug 24 05:42:41 2011 -0400
+++ b/mercurial/hbisect.py	Thu Aug 25 20:21:04 2011 -0400
@@ -150,7 +150,7 @@
         for kind in state:
             for node in state[kind]:
                 f.write("%s %s\n" % (kind, hex(node)))
-        f.rename()
+        f.close()
     finally:
         wlock.release()