.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 06 Apr 2018 17:48:07 -0700
changeset 37538 89fed81bbb6c
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
wireproto: port lookup to wire protocol v2 This is pretty straightforward. We don't yet handle errors because we don't have an error handling mechanism in place yet. I'm also tempted to fold this into `known`. We'll come back to this later. Differential Revision: https://phab.mercurial-scm.org/D3205

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