changeset 22777 | bbb2f8b0459e |
parent 22513 | ca709785caf2 |
child 23480 | 88d2d77eb981 |
--- a/mercurial/match.py Fri Oct 03 00:43:22 2014 +0900 +++ b/mercurial/match.py Tue Sep 30 15:58:08 2014 -0700 @@ -156,7 +156,6 @@ class always(match): def __init__(self, root, cwd): match.__init__(self, root, cwd, []) - self._always = True class narrowmatcher(match): """Adapt a matcher to work on a subdirectory only.