This is an archive of the discontinued Mercurial Phabricator instance.

upgrade: create the correct destination directory for copies revlogs
ClosedPublic

Authored by marmoute on Sep 27 2019, 4:22 PM.

Details

Summary

The encoding in vfs mess up with the directory we are trying to create manually.
We could duplicate the advanced logic some more, but that seems ill fated.
Instead, we let the vfs deal with directory creation.

We update the test to contains a name affected by encoding.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

marmoute created this revision.Sep 27 2019, 4:22 PM
indygreg accepted this revision.Sep 28 2019, 4:19 PM
This revision is now accepted and ready to land.Sep 28 2019, 4:19 PM