branch | stable |
changeset 31799 | 8110d49e0558 |
parent 31797 | 0b913e1e725b |
child 31875 | b6d792a9bd11 |
--- a/mercurial/repair.py Sat Apr 08 11:35:29 2017 -0700 +++ b/mercurial/repair.py Sat Apr 08 11:36:39 2017 -0700 @@ -875,8 +875,8 @@ continue srcrepo.ui.write(_('copying %s\n') % p) - src = srcrepo.store.vfs.join(p) - dst = dstrepo.store.vfs.join(p) + src = srcrepo.store.rawvfs.join(p) + dst = dstrepo.store.rawvfs.join(p) util.copyfile(src, dst, copystat=True) _upgradefinishdatamigration(ui, srcrepo, dstrepo, requirements)