.arcconfig
author Raphaël Gomès <rgomes@octobus.net>
Fri, 08 Apr 2022 17:22:39 +0200
changeset 49132 7276a6007573
parent 44128 ff396501e841
permissions -rw-r--r--
rust-dirstatemap: use `get_node_mut` instead or `get_or_insert_node` This (along with the docstring), makes it more obvious that we're not expecting to insert a node here. This is less prone to bugs in later refactorings. Differential Revision: https://phab.mercurial-scm.org/D12530

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