.arcconfig
author Georges Racinet <georges.racinet@octobus.net>
Sun, 29 Oct 2023 23:54:05 +0100
changeset 51274 96e05f1a99bd
parent 44128 ff396501e841
permissions -rw-r--r--
rust-index: stop instantiating a C Index The only missing piece was the `cache` to be returned from `revlog.parse_index_v1_mixed`, and it really seems that it is essentially repetition of the input, if `inline` is `True`. Not worth a Rust implementation (C implementation is probably there for historical reasons).

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