Skip to content
Snippets Groups Projects
Commit 164bbf674bb6 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

upgrade: also copy data file

Differential Revision: https://phab.mercurial-scm.org/D6903
parent bb6902cbbe23
No related branches found
No related tags found
No related merge requests found
......@@ -561,7 +561,7 @@
pass # create all the directories
util.copyfile(oldindex, newindex)
if oldrl.opener.exists(olddata):
if oldrl.opener.exists(oldrl.datafile):
util.copyfile(olddata, newdata)
if not (unencodedname.endswith('00changelog.i')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment