.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 06 Aug 2017 16:47:25 -0700
changeset 33802 a0aad86b3b6a
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
repository: implement generic capability methods on peer class These methods are part of the peer interface, are generic, and can be implemented in terms of other members of the peer interface. So we implement them on the peer base class as a convenience. The implementation is essentially copied from peer.py. The code in peer.py will eventually be deleted. Differential Revision: https://phab.mercurial-scm.org/D334

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