Submitter | phabricator |
---|---|
Date | Sept. 28, 2019, 8:28 p.m. |
Message ID | <b7ea9279f414ce5ed2f8d70b94cebcf0@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/41823/ |
State | Not Applicable |
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')