.arcconfig
author Augie Fackler <raf@durin42.com>
Tue, 22 Jan 2019 11:18:05 -0500
changeset 41309 afc33a5705b9
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
fuzz: don't allow enormous revlog inputs either I'm about to make the fuzzer do more, and without this it was getting enthusiastic about large (and therefore slow) inputs that I don't think buy us much. Differential Revision: https://phab.mercurial-scm.org/D5640

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