mercurial/subrepoutil.py
changeset 47629 5cf2059d2647
parent 46929 5a59a0ed0a37
child 48875 6000f5b25c9b
--- a/mercurial/subrepoutil.py	Sat Jul 10 14:06:29 2021 +0200
+++ b/mercurial/subrepoutil.py	Sat Jul 10 14:06:39 2021 +0200
@@ -458,7 +458,7 @@
             #   C:\some\path\relative
             if urlutil.hasdriveletter(path):
                 if len(path) == 2 or path[2:3] not in br'\/':
-                    path = os.path.abspath(path)
+                    path = util.abspath(path)
             return path
 
     if abort: