##// END OF EJS Templates
verify: filter messages about missing null manifests (issue2900)
Matt Mackall -
r14872:15afa498 default
parent child Browse files
Show More
@@ -176,6 +176,8 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
179 ui.progress(_('crosschecking'), count, total=total)
181 ui.progress(_('crosschecking'), count, total=total)
180 if f not in filenodes:
182 if f not in filenodes:
181 lr = filelinkrevs[f][0]
183 lr = filelinkrevs[f][0]
General Comments 0
You need to be logged in to leave comments. Login now