Show More
@@ -1525,12 +1525,10 b' class workingctx(committablectx):' | |||
|
1525 | 1525 | |
|
1526 | 1526 | # Only a case insensitive filesystem needs magic to translate user input |
|
1527 | 1527 | # to actual case in the filesystem. |
|
1528 | matcherfunc = matchmod.match | |
|
1528 | 1529 | if not util.fscasesensitive(r.root): |
|
1529 |
|
|
|
1530 | include, exclude, default, r.auditor, | |
|
1531 | self, listsubrepos=listsubrepos, | |
|
1532 | badfn=badfn) | |
|
1533 | return matchmod.match(r.root, r.getcwd(), pats, | |
|
1530 | matcherfunc = matchmod.icasefsmatcher | |
|
1531 | return matcherfunc(r.root, r.getcwd(), pats, | |
|
1534 | 1532 |
|
|
1535 | 1533 |
|
|
1536 | 1534 |
|
General Comments 0
You need to be logged in to leave comments.
Login now