.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 04 Apr 2018 16:41:43 -0700
changeset 37428 52bb6c1224ae
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
tests: require revlog store for test-verify.t This tests is doing tons of revlog-y things. It should be possible to make verification work across multiple stores. But it will likely have to wait until we have better abstractions in place. Differential Revision: https://phab.mercurial-scm.org/D3108

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