.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 04 Apr 2018 17:40:09 -0700
changeset 37435 0c1b895511b9
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
tests: `hg init` after resetting HGRCPATH Otherwise extensions loaded via --extra-config-opt could prevent access to the repo by introducing requirements file. This does mean that custom extensions loaded in this way won't impact this test. I'm fine with that. Differential Revision: https://phab.mercurial-scm.org/D3115

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