.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 12 Sep 2018 15:03:17 -0700
changeset 39695 cb2dcfa5cade
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
localrepo: move requirements reasonability testing to own function Just because we know how to handle each listed requirement doesn't mean that set of requirements is reasonable. This commit introduces an extension-wrappable function to validate that a set of requirements makes sense. We could combine this with ensurerequirementsrecognized(). But I think having a line between basic membership testing and compatibility checking is more powerful as it will help differentiate between missing support and buggy behavior. Differential Revision: https://phab.mercurial-scm.org/D4571

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