diff --git a/mercurial/match.py b/mercurial/match.py --- a/mercurial/match.py +++ b/mercurial/match.py @@ -49,7 +49,6 @@ class match(object): '' - a pattern of the specified default type """ - self._ctx = None self._root = root self._cwd = cwd self._files = []