Submitter | phabricator |
---|---|
Date | Sept. 27, 2019, 8:22 p.m. |
Message ID | <differential-rev-PHID-DREV-6rxe5d6ynjas66spewte-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/41814/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/upgrade.py b/mercurial/upgrade.py --- a/mercurial/upgrade.py +++ b/mercurial/upgrade.py @@ -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')