.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 02 Apr 2018 08:46:07 -0700
changeset 37262 54435fd09f1d
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
clone: rename "rev" to "revs" since there can be many It was a little tricky in hg.clone(), since there was a local "revs" variable defined there, but "rev" was never used after "revs", so I just overwrote it. Note that clonewithshare() should also have its "rev" argument renamed to "revs", but I'll leave that to someone else. Differential Revision: https://phab.mercurial-scm.org/D3016

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