.arcconfig
author Danny Hooper <hooper@google.com>
Wed, 22 May 2019 16:22:06 -0700
changeset 42673 74b4cd091e0d
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
fix: run fixer tools in the repo root as cwd so they can use the working copy This lets fixer tools do things like find configuration files, with the caveat that they'll only see the version of that file in the working copy, regardless of what revisions are being fixed. Differential Revision: https://phab.mercurial-scm.org/D6440

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