##// END OF EJS Templates
upgrade: explicitly test for revlog index...
marmoute -
r46878:8023991d default
parent child Browse files
Show More
@@ -190,7 +190,7 b' def _clonerevlogs('
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)
General Comments 0
You need to be logged in to leave comments. Login now