mercurial/match.py
changeset 43950 5685ce2ea3bf
parent 43949 8b1a9ba375e5
child 43964 8f67735344ae
--- a/mercurial/match.py	Fri Dec 13 11:21:31 2019 -0800
+++ b/mercurial/match.py	Fri Dec 13 10:31:00 2019 -0800
@@ -229,6 +229,7 @@
     False
     """
     assert os.path.isabs(root)
+    cwd = util.normpath(os.path.join(root, cwd))
     normalize = _donormalize
     if icasefs:
         dirstate = ctx.repo().dirstate