Show More
@@ -759,7 +759,7 b' class dirstate(object):' | |||||
759 | if match.isexact(): # match.exact |
|
759 | if match.isexact(): # match.exact | |
760 | exact = True |
|
760 | exact = True | |
761 | dirignore = util.always # skip step 2 |
|
761 | dirignore = util.always # skip step 2 | |
762 |
elif match. |
|
762 | elif match.prefix(): # match.match, no patterns | |
763 | skipstep3 = True |
|
763 | skipstep3 = True | |
764 |
|
764 | |||
765 | if not exact and self._checkcase: |
|
765 | if not exact and self._checkcase: |
General Comments 0
You need to be logged in to leave comments.
Login now