.arcconfig
author David Soria Parra <davidsp@fb.com>
Thu, 23 Nov 2017 14:12:55 -0800
changeset 35150 ec25c8275cfa
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
hbisect: use a revset for ancestor calculation Since we have revsets we can be more concise in doing the ancestor calulcation. Significant commits are all descendent of the topmost good commits. Test Plan: python run-tests.py test-bisect* Differential Revision: https://phab.mercurial-scm.org/D1498

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