dirstate-item: drop an outdated comments
authorPierre-Yves David <pierre-yves.david@octobus.net>
Fri, 01 Oct 2021 03:49:03 +0200
changeset 48110 a88ecdeee4a1
parent 48109 2c2788ce0257
child 48111 d73b42f905f8
dirstate-item: drop an outdated comments This comment is no longer relevant since we moved away from the `state` internal representation, multiple weeks ago.
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