.arcconfig
author Raphaël Gomès <rgomes@octobus.net>
Wed, 10 Jul 2019 09:56:53 +0200
changeset 42770 4e8f504424f3
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
rust-dirstate: rust-cpython bridge for dirstatemap This change also showcases the limitations of the `py_shared_ref!` macro. See the previous commit 'rust-dirstate: rust implementation of dirstatemap` for an explanation for the TODOs in the code. Differential Revision: https://phab.mercurial-scm.org/D6633

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