.arcconfig
author Augie Fackler <augie@google.com>
Thu, 14 Nov 2019 15:25:48 -0500
changeset 43641 705738def50c
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
split: use field names instead of field numbers on scmutil.status As part of my pytype adventures I want to make scmutil.status no longer a subclass of tuple. This is part of that process. Differential Revision: https://phab.mercurial-scm.org/D7393

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