Submitter | phabricator |
---|---|
Date | Aug. 27, 2021, 5:11 p.m. |
Message ID | <differential-rev-PHID-DREV-khrnwecrnm5gvggfmrn4-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/49680/ |
State | Superseded |
Headers | show |
Comments
Patch
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):