mercurial/helptext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 22 Feb 2023 01:08:25 +0100
changeset 50177 2f60cd6442fd
parent 43676 2e017696181f
permissions -rw-r--r--
dirstate: only reload the dirstate when it may have changed This reinstall the equivalent of what the `filecache` was doing. However it does it at the dirstate level. There is a double motivation for this: - This avoid duplicating logic with the dirstate "identity" logic. - This increase the lifetime of the `dirstate` object, helping to implement change scoping.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: