author | Pierre-Yves David <pierre-yves.david@octobus.net> |
Fri, 27 Aug 2021 17:09:06 +0200 | |
changeset 47930 | 7c37d153c22d |
parent 47929 | 03f57915e0ce |
child 47931 | 7033d1d5bd18 |
--- a/mercurial/pure/parsers.py Fri Aug 27 17:07:56 2021 +0200 +++ b/mercurial/pure/parsers.py Fri Aug 27 17:09:06 2021 +0200 @@ -276,7 +276,7 @@ Should only be set if a merge is in progress in the dirstate """ - return self.v1_state() == b'm' + return self._wc_tracked and self._merged @property def from_p2(self):