##// END OF EJS Templates
verify: fix mq misfire
Matt Mackall -
r14879:743cc738 default
parent child Browse files
Show More
@@ -176,8 +176,6 b' def _verify(repo):'
176
176
177 for f in sorted(filelinkrevs):
177 for f in sorted(filelinkrevs):
178 count += 1
178 count += 1
179 if m == nullid:
180 continue
181 ui.progress(_('crosschecking'), count, total=total)
179 ui.progress(_('crosschecking'), count, total=total)
182 if f not in filenodes:
180 if f not in filenodes:
183 lr = filelinkrevs[f][0]
181 lr = filelinkrevs[f][0]
General Comments 0
You need to be logged in to leave comments. Login now