##// END OF EJS Templates
mq: fix comment to reflect change in efbee27415ab
Martin Geisler -
r13005:cffa3552 default
parent child Browse files
Show More
@@ -1270,7 +1270,7 b' class queue(object):'
1270 # and then commit.
1270 # and then commit.
1271 #
1271 #
1272 # this should really read:
1272 # this should really read:
1273 # mm, dd, aa = repo.status(top, patchparent)[:4]
1273 # mm, dd, aa = repo.status(top, patchparent)[:3]
1274 # but we do it backwards to take advantage of manifest/chlog
1274 # but we do it backwards to take advantage of manifest/chlog
1275 # caching against the next repo.status call
1275 # caching against the next repo.status call
1276 mm, aa, dd = repo.status(patchparent, top)[:3]
1276 mm, aa, dd = repo.status(patchparent, top)[:3]
General Comments 0
You need to be logged in to leave comments. Login now