This is an archive of the discontinued Mercurial Phabricator instance.

urlutil: remove usage of `ui.expandpath` in `get_unique_pull_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
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.