mercurial/match.py
changeset 43965 8a81fa44f7bb
parent 43964 8f67735344ae
child 44002 d9d78e70149a
--- a/mercurial/match.py	Thu Dec 26 16:45:56 2019 -0500
+++ b/mercurial/match.py	Thu Dec 26 18:26:06 2019 -0500
@@ -232,7 +232,7 @@
     False
     """
     assert os.path.isabs(root)
-    cwd = util.normpath(os.path.join(root, cwd))
+    cwd = os.path.join(root, util.localpath(cwd))
     normalize = _donormalize
     if icasefs:
         dirstate = ctx.repo().dirstate