Mercurial > public > mercurial-scm > hg
diff hgext/mq.py @ 4209:dbc3846c09a1
Merge with -stable, fix small test failure
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 14 Mar 2007 01:26:09 -0500 |
parents | b7e66db28571 |
children | 6cb5be6bd70f |
line wrap: on
line diff
--- 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: