Skip to content
Snippets Groups Projects
Commit 1bdba5df authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

compat: add a compat indirection for pathsuboption

parent 34cabefc
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,8 @@
url = urlutil.url
path = urlutil.path
pathsuboption = urlutil.pathsuboption
except ImportError:
urlutil = hgutil
url = hgutil.url
path = ui.path
......@@ -34,7 +35,8 @@
except ImportError:
urlutil = hgutil
url = hgutil.url
path = ui.path
pathsuboption = ui.pathsuboption
try:
from mercurial.cmdutil import check_at_most_one_arg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment