##// END OF EJS Templates
match: remove unnecessary setting of self._always...
Martin von Zweigbergk -
r22777:bbb2f8b0 default
parent child Browse files
Show More
@@ -156,7 +156,6 b' class exact(match):'
156 class always(match):
156 class always(match):
157 def __init__(self, root, cwd):
157 def __init__(self, root, cwd):
158 match.__init__(self, root, cwd, [])
158 match.__init__(self, root, cwd, [])
159 self._always = True
160
159
161 class narrowmatcher(match):
160 class narrowmatcher(match):
162 """Adapt a matcher to work on a subdirectory only.
161 """Adapt a matcher to work on a subdirectory only.
General Comments 0
You need to be logged in to leave comments. Login now