mercurial/commands.py
changeset 5053 47a8ea1eb2c3
parent 5034 c0417a319e39
child 5108 0f594cc36aed
child 5113 d5126a0172ba
--- a/mercurial/commands.py	Thu Aug 02 01:56:08 2007 -0300
+++ b/mercurial/commands.py	Thu Aug 02 01:56:08 2007 -0300
@@ -1623,7 +1623,7 @@
             finally:
                 os.unlink(tmpname)
     finally:
-        del wlock, lock
+        del lock, wlock
 
 def incoming(ui, repo, source="default", **opts):
     """show new changesets found in source