diff -r ed8cda1c18e1 -r e50d1fe7ebb4 mercurial/upgrade_utils/engine.py --- 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)