This is an archive of the discontinued Mercurial Phabricator instance.

upgrade: fix handling of `.d` data file
ClosedPublic

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

Details

Summary

The test did not used any .d file. So of course, their handling was broken
(for vfs encoding reason again). We fix the issue and update the test.

Note that some fncache issue remains with .d file. It will be taken care of
in the next changesets.

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:20 PM
This revision is now accepted and ready to land.Sep 28 2019, 4:20 PM
This revision was automatically updated to reflect the committed changes.