branch | stable |
changeset 46790 | 5137896602d9 |
parent 46696 | ed0899e01628 |
child 46819 | d4ba4d51f85f |
--- a/mercurial/verify.py Fri Mar 12 20:25:12 2021 -0500 +++ b/mercurial/verify.py Fri Mar 12 23:28:56 2021 -0500 @@ -434,6 +434,7 @@ filenodes.setdefault(f, {}).update(onefilenodes) if not dir and subdirnodes: + assert subdirprogress is not None # help pytype subdirprogress.complete() if self.warnorphanstorefiles: for f in sorted(storefiles):