.arcconfig
author Durham Goode <durham@fb.com>
Mon, 11 Sep 2017 13:39:22 -0700
changeset 34149 75cc1f1e11f2
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
changegroup: add source parameter to generatemanifests Extensions, like remotefilelog, will want to look at the source of a pull when determining what manifests to add to a changegroup. For instance, on push they will include everything, while on pull they won't. Differential Revision: https://phab.mercurial-scm.org/D686

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