This is an archive of the discontinued Mercurial Phabricator instance.

windows: use abspath in subrepoutil
ClosedPublic

Authored by marmoute on Jul 10 2021, 1:45 PM.

Details

Summary

We replace os.path.abspath with util.abspath. This should solve more "drive
capitalization" issue on Windows.

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.Jul 10 2021, 1:45 PM
Alphare accepted this revision.Jul 13 2021, 11:40 AM
This revision is now accepted and ready to land.Jul 13 2021, 11:40 AM
This revision was automatically updated to reflect the committed changes.