hgext/mq.py
changeset 5053 47a8ea1eb2c3
parent 5025 7041869a1bf6
child 5147 c80af96943aa
--- a/hgext/mq.py	Thu Aug 02 01:56:08 2007 -0300
+++ b/hgext/mq.py	Thu Aug 02 01:56:08 2007 -0300
@@ -455,7 +455,7 @@
                     repo.dirstate.invalidate()
                 raise
         finally:
-            del lock, wlock, tr
+            del tr, lock, wlock
 
     def _apply(self, repo, series, list=False, update_status=True,
                strict=False, patchdir=None, merge=None, all_files={}):