# HG changeset patch # User Pierre-Yves David # Date 1633052943 -7200 # Node ID a88ecdeee4a1a9d7eaabf4942efeaf80eae6c26e # Parent 2c2788ce02577f3b34e39389186b79d4955965c1 dirstate-item: drop an outdated comments This comment is no longer relevant since we moved away from the `state` internal representation, multiple weeks ago. diff -r 2c2788ce0257 -r a88ecdeee4a1 mercurial/pure/parsers.py --- a/mercurial/pure/parsers.py Fri Oct 01 00:00:29 2021 +0200 +++ b/mercurial/pure/parsers.py Fri Oct 01 03:49:03 2021 +0200 @@ -257,7 +257,6 @@ This will ultimately be called by command like `hg remove`. """ - # backup the previous state (useful for merge) self._wc_tracked = False self._mode = None self._size = None