.arcconfig
author Joerg Sonnenberger <joerg@bec.de>
Tue, 26 Jan 2021 23:56:11 +0100
changeset 46506 07984507d553
parent 44128 ff396501e841
permissions -rw-r--r--
revlog: change _addrevision to return the new revision The node is passed as argument already, so returning it is quite pointless. The revision number on the other is useful as it decouples the caller from the revlog internals. Differential Revision: https://phab.mercurial-scm.org/D9880

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