hgext/mq.py
changeset 4613 3a645af7fb76
parent 4578 eb3b7dd1e158
child 4700 a2e025fcd256
child 4711 c71bf1d251ad
--- a/hgext/mq.py	Mon Jun 18 13:24:34 2007 -0500
+++ b/hgext/mq.py	Mon Jun 18 13:24:34 2007 -0500
@@ -453,8 +453,8 @@
             try:
                 tr.abort()
             finally:
-                repo.reload()
-                repo.wreload()
+                repo.invalidate()
+                repo.dirstate.invalidate()
             raise
 
     def _apply(self, tr, repo, series, list=False, update_status=True,