equal
deleted
inserted
replaced
188 filelogs = {} |
188 filelogs = {} |
189 |
189 |
190 # Perform a pass to collect metadata. This validates we can open all |
190 # Perform a pass to collect metadata. This validates we can open all |
191 # source files and allows a unified progress bar to be displayed. |
191 # source files and allows a unified progress bar to be displayed. |
192 for unencoded, encoded, size in alldatafiles: |
192 for unencoded, encoded, size in alldatafiles: |
193 if unencoded.endswith(b'.d'): |
193 if not unencoded.endswith(b'.i'): |
194 continue |
194 continue |
195 |
195 |
196 rl = _revlogfrompath(srcrepo, unencoded) |
196 rl = _revlogfrompath(srcrepo, unencoded) |
197 |
197 |
198 info = rl.storageinfo( |
198 info = rl.storageinfo( |