##// END OF EJS Templates
match: normalize `cwd` early...
Martin von Zweigbergk -
r44402:5685ce2e default
parent child Browse files
Show More
@@ -229,6 +229,7 b' def match('
229 False
229 False
230 """
230 """
231 assert os.path.isabs(root)
231 assert os.path.isabs(root)
232 cwd = util.normpath(os.path.join(root, cwd))
232 normalize = _donormalize
233 normalize = _donormalize
233 if icasefs:
234 if icasefs:
234 dirstate = ctx.repo().dirstate
235 dirstate = ctx.repo().dirstate
General Comments 0
You need to be logged in to leave comments. Login now