.arcconfig
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 07 Dec 2020 16:32:30 -0500
changeset 46068 9e785d940525
parent 44128 ff396501e841
permissions -rw-r--r--
run-tests: extend PATH on Windows to include user installed scripts This allows the test environment to see pylint.exe when installed with `pip install --user`, since it isn't normally on PATH. Differential Revision: https://phab.mercurial-scm.org/D9535

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