.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 15 Mar 2018 16:09:58 -0700
changeset 37062 fe4c944f95bb
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
wireproto: use named arguments when passing around frame data Named arguments is easier to reason about compared to positional arguments. Especially when you have many positional arguments. Differential Revision: https://phab.mercurial-scm.org/D2900

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