.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 17 Aug 2018 17:48:15 +0000
changeset 39203 754f389b87f2
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
setdiscovery: pass heads into _updatesample() In preparation for eliminating the use of dagutil. Since _takefullsample() operates on the inverted DAG, it is easier to have the caller pass in the relevant set instead of teaching _updatesample() about when to invert the DAG. We keep the logic identical for now: future commits will remove dagutil. Differential Revision: https://phab.mercurial-scm.org/D4318

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