D11552: dirstate-item: drop an outdated comments
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Fri Oct 1 18:40:11 UTC 2021
marmoute created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REVISION SUMMARY
This comment is no longer relevant since we moved away from the `state` internal
representation, multiple weeks ago.
REPOSITORY
rHG Mercurial
BRANCH
default
REVISION DETAIL
https://phab.mercurial-scm.org/D11552
AFFECTED FILES
mercurial/pure/parsers.py
CHANGE DETAILS
diff --git a/mercurial/pure/parsers.py b/mercurial/pure/parsers.py
--- a/mercurial/pure/parsers.py
+++ b/mercurial/pure/parsers.py
@@ -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
To: marmoute, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
More information about the Mercurial-devel
mailing list