mercurial/upgrade_utils/engine.py
changeset 50496 e50d1fe7ebb4
parent 50492 3473d18c029a
child 50502 e4186ddab473
equal deleted inserted replaced
50495:ed8cda1c18e1 50496:e50d1fe7ebb4
   192     filelogs = {}
   192     filelogs = {}
   193 
   193 
   194     # Perform a pass to collect metadata. This validates we can open all
   194     # Perform a pass to collect metadata. This validates we can open all
   195     # source files and allows a unified progress bar to be displayed.
   195     # source files and allows a unified progress bar to be displayed.
   196     for entry in alldatafiles:
   196     for entry in alldatafiles:
   197         if not (entry.is_revlog and entry.is_revlog_main):
   197         if not entry.is_revlog:
   198             continue
   198             continue
   199 
   199 
   200         rl = _revlog_from_store_entry(srcrepo, entry)
   200         rl = _revlog_from_store_entry(srcrepo, entry)
   201 
   201 
   202         info = rl.storageinfo(
   202         info = rl.storageinfo(