##// END OF EJS Templates
verify: pass a revlog to `_checkrevlog` in `_verifymanifest`...
marmoute -
r47909:bc138f2a default
parent child Browse files
Show More
@@ -326,7 +326,7 b' class verifier(object):'
326 if self.refersmf:
326 if self.refersmf:
327 # Do not check manifest if there are only changelog entries with
327 # Do not check manifest if there are only changelog entries with
328 # null manifests.
328 # null manifests.
329 self._checkrevlog(mf, label, 0)
329 self._checkrevlog(mf._revlog, label, 0)
330 progress = ui.makeprogress(
330 progress = ui.makeprogress(
331 _(b'checking'), unit=_(b'manifests'), total=len(mf)
331 _(b'checking'), unit=_(b'manifests'), total=len(mf)
332 )
332 )
General Comments 0
You need to be logged in to leave comments. Login now