mercurial/subrepo.py
changeset 47628 a125cbbc5782
parent 47012 d55b71393907
child 47808 23921bc857b5
--- a/mercurial/subrepo.py	Sat Jul 10 14:06:19 2021 +0200
+++ b/mercurial/subrepo.py	Sat Jul 10 14:06:29 2021 +0200
@@ -60,7 +60,7 @@
     expandedpath = urlutil.urllocalpath(util.expandpath(path))
     u = urlutil.url(expandedpath)
     if not u.scheme:
-        path = util.normpath(os.path.abspath(u.path))
+        path = util.normpath(util.abspath(u.path))
     return path