##// 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 229 False
230 230 """
231 231 assert os.path.isabs(root)
232 cwd = util.normpath(os.path.join(root, cwd))
232 233 normalize = _donormalize
233 234 if icasefs:
234 235 dirstate = ctx.repo().dirstate
General Comments 0
You need to be logged in to leave comments. Login now