hgext/mq.py
changeset 4209 dbc3846c09a1
parent 4207 b7e66db28571
child 4219 6cb5be6bd70f
--- a/hgext/mq.py	Tue Mar 13 21:54:34 2007 -0700
+++ b/hgext/mq.py	Wed Mar 14 01:26:09 2007 -0500
@@ -1283,7 +1283,7 @@
             return 1
         self.applied.append(statusentry(revlog.hex(n),'.hg.patches.save.line'))
         self.applied_dirty = 1
-        self.removeundo(undo)
+        self.removeundo(repo)
 
     def full_series_end(self):
         if len(self.applied) > 0: