changeset 46895 | 6085b7f1536d |
parent 46794 | e2f7b2695ba1 |
child 46896 | cf49e54ef965 |
--- a/mercurial/upgrade_utils/engine.py Mon Apr 05 23:54:54 2021 -0400 +++ b/mercurial/upgrade_utils/engine.py Tue Apr 06 10:38:03 2021 +0200 @@ -192,7 +192,7 @@ # Perform a pass to collect metadata. This validates we can open all # source files and allows a unified progress bar to be displayed. - for unencoded, encoded, size in alldatafiles: + for revlog_type, unencoded, encoded, size in alldatafiles: if not unencoded.endswith(b'.i'): continue