mercurial/upgrade_utils/engine.py
changeset 50496 e50d1fe7ebb4
parent 50492 3473d18c029a
child 50502 e4186ddab473
--- a/mercurial/upgrade_utils/engine.py	Mon May 15 09:02:59 2023 +0200
+++ b/mercurial/upgrade_utils/engine.py	Mon May 15 09:03:15 2023 +0200
@@ -194,7 +194,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 entry in alldatafiles:
-        if not (entry.is_revlog and entry.is_revlog_main):
+        if not entry.is_revlog:
             continue
 
         rl = _revlog_from_store_entry(srcrepo, entry)