.arcconfig
author Danny Hooper <hooper@google.com>
Tue, 06 Nov 2018 15:50:41 -0800
changeset 40613 b9557567cc3f
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
fix: add suboption for configuring execution order of tools This could be accomplished by using wrapper scripts, but that would diminish the usefulness of the incremental formatting logic. Configuring execution order along with other things in the hgrc is probably more convenient anyway. This change highlights some awkwardness with suboptions and default values, which should be addressed separately. Differential Revision: https://phab.mercurial-scm.org/D5237

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