diff --git a/mercurial/pure/parsers.py b/mercurial/pure/parsers.py --- a/mercurial/pure/parsers.py +++ b/mercurial/pure/parsers.py @@ -263,7 +263,7 @@ @property def tracked(self): """True is the file is tracked in the working copy""" - return self.v1_state() in b"nma" + return self._wc_tracked @property def added(self):