.arcconfig
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Mon, 27 Feb 2023 18:24:29 +0000
changeset 50248 af9d050f2bb8
parent 44128 ff396501e841
permissions -rw-r--r--
rust: box ConfigValueParseError to avoid large result types clippy emits a warning that all the Result types are way too large because of HgError includes ConfigValueParseError as one of the variants, so its size is 136 bytes. By boxing ConfigValueParseError we're hopefully making everything faster "for free".

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