This is an archive of the discontinued Mercurial Phabricator instance.

urlutil: remove usage of `ui.expandpath` in `get_clone_path`
ClosedPublic

Authored by marmoute on Apr 14 2021, 7:39 PM.

Details

Summary

We want to deprecate ui.expandpath and simplify the code before adding more
complexity in the form of [paths] entry pointing to multiple url. So we inline
the relevant bits.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

marmoute created this revision.Apr 14 2021, 7:39 PM
marmoute updated this revision to Diff 26945.Apr 15 2021, 10:39 AM
pulkit accepted this revision.Apr 17 2021, 4:57 PM
This revision is now accepted and ready to land.Apr 17 2021, 4:57 PM