changeset 47138 | bc138f2a2e47 |
parent 47012 | d55b71393907 |
child 47139 | f58a13c52726 |
--- a/mercurial/verify.py Mon May 03 12:20:25 2021 +0200 +++ b/mercurial/verify.py Mon May 03 12:20:35 2021 +0200 @@ -326,7 +326,7 @@ if self.refersmf: # Do not check manifest if there are only changelog entries with # null manifests. - self._checkrevlog(mf, label, 0) + self._checkrevlog(mf._revlog, label, 0) progress = ui.makeprogress( _(b'checking'), unit=_(b'manifests'), total=len(mf) )