Submitter | phabricator |
---|---|
Date | July 10, 2021, 5:46 p.m. |
Message ID | <differential-rev-PHID-DREV-jqx24cfduu5vikab2nap-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/49378/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/subrepoutil.py b/mercurial/subrepoutil.py --- a/mercurial/subrepoutil.py +++ b/mercurial/subrepoutil.py @@ -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: