.arcconfig
author pacien <pacien.trangirard@pacien.net>
Mon, 21 Feb 2022 18:05:54 +0100
changeset 48943 e633e660158f
parent 44128 ff396501e841
permissions -rw-r--r--
revlog: implement fast_rank retrieval in C This will be useful in particular to avoid going through the Python interpreter in native Rust functions. Differential Revision: https://phab.mercurial-scm.org/D12209

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