.arcconfig
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 20 Feb 2023 15:58:17 +0100
changeset 50169 a7d11833ff48
parent 44128 ff396501e841
permissions -rw-r--r--
dirstate: simplify the invalidation management on context exit Since the `invalidate` call will directly reset the `_invalidated_context` attribut, we can simplify the code. In the same go, we move most of the logic out of the `finally` clause. It seems cleaner and safer. If we are handling an exception, we don't need the `write` code anyway.

{
    "conduit_uri": "https://phab.mercurial-scm.org/api",
    "phabricator.uri": "https://phab.mercurial-scm.org/",
    "repository.callsign": "HG",
    "arc.land.onto.default": "@",
    "base": "hg:.^"
}