.arcconfig
author Augie Fackler <augie@google.com>
Tue, 11 Feb 2020 00:08:28 -0500
changeset 44354 2e2cfc3bea0b
parent 44128 ff396501e841
permissions -rw-r--r--
context: use manifest.find() instead of two separate calls I noticed this while debugging an extension that's implementing the manifest interface. Always nice to save a function call. Differential Revision: https://phab.mercurial-scm.org/D8109

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