.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 19 Sep 2018 16:51:57 -0700
changeset 39852 b504ff813c4f
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
localrepo: validate directories before creating any There is no meaningful change in behavior because wdir would already exist in the case where we raised RepoError. But I think the code is easier to read if we do all validation first then take actions with side-effects. Differential Revision: https://phab.mercurial-scm.org/D4706

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