.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 23 Aug 2019 08:46:49 -0700
changeset 42816 fb84730d1c5a
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
run-tests: error out on `--local --with-[c]hg` I don't see much reason to allow these combinations. You could use --local and override only one of --with-hg or --with-chg, but I don't see much practical use for that. It would be easy to work around anyway by passing both --with-hg and --with-chg. By erroring out, it makes the code a bit easier to reason about to allow the next few patches. Differential Revision: https://phab.mercurial-scm.org/D6759

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