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