.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 18 Sep 2018 17:56:15 -0700
changeset 39795 42aa61fc5544
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
filelog: stop proxying start(), end(), and length() (API) These were needed by the censoring code, which formerly lived in the censor extension. Now that there is a censoring API on the file storage interface, nothing uses these methods and we can stop proxying them. Differential Revision: https://phab.mercurial-scm.org/D4657

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