.arcconfig
author Raphaël Gomès <rgomes@octobus.net>
Wed, 19 Oct 2022 16:28:41 +0200
branchstable
changeset 49555 8ee3889bab92
parent 44128 ff396501e841
permissions -rw-r--r--
rust-status: save new dircache even if just invalidated There was a functional race between invalidating the cache (not acted upon until the end of the status algorithm) and populating the new cache (which relies upon an up-to-date version of the cache). We simply inform the cache populating function that we've just invalidated the cache for this particular directory since the information is present in the same scope.

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