( )⚙ D11068 windows: use abspath in the git extension

This is an archive of the discontinued Mercurial Phabricator instance.

windows: use abspath in the git extension
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
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

marmoute created this revision.Jul 10 2021, 1:45 PM
Alphare accepted this revision.Jul 13 2021, 11:42 AM
This revision is now accepted and ready to land.Jul 13 2021, 11:42 AM
This revision was automatically updated to reflect the committed changes.