.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 16 Aug 2018 20:23:10 +0000
changeset 39165 860e83cd97de
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
setdiscovery: don't use dagutil to compute heads This is a relatively trivial operation to perform. We don't need to use dagutil. This brings us one step closer to eliminating dagutil. We still need to populate the heads on revlogdag because later functionality relies on it. Differential Revision: https://phab.mercurial-scm.org/D4310

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