##// END OF EJS Templates
upgrade: also copy data file...
marmoute -
r43270:164bbf67 default
parent child Browse files
Show More
@@ -561,7 +561,7 b' def _copyrevlog(tr, destrepo, oldrl, une'
561 pass # create all the directories
561 pass # create all the directories
562
562
563 util.copyfile(oldindex, newindex)
563 util.copyfile(oldindex, newindex)
564 if oldrl.opener.exists(olddata):
564 if oldrl.opener.exists(oldrl.datafile):
565 util.copyfile(olddata, newdata)
565 util.copyfile(olddata, newdata)
566
566
567 if not (unencodedname.endswith('00changelog.i')
567 if not (unencodedname.endswith('00changelog.i')
General Comments 0
You need to be logged in to leave comments. Login now