changeset 13005 | cffa35529706 |
parent 13004 | efbee27415ab |
child 13031 | 3da456d0c885 |
--- a/hgext/mq.py Tue Nov 16 13:06:04 2010 -0600 +++ b/hgext/mq.py Wed Nov 17 09:06:38 2010 +0100 @@ -1270,7 +1270,7 @@ # and then commit. # # this should really read: - # mm, dd, aa = repo.status(top, patchparent)[:4] + # mm, dd, aa = repo.status(top, patchparent)[:3] # but we do it backwards to take advantage of manifest/chlog # caching against the next repo.status call mm, aa, dd = repo.status(patchparent, top)[:3]