.arcconfig
author Augie Fackler <augie@google.com>
Wed, 19 Dec 2018 23:51:02 -0500
changeset 41021 55d6d0ff703b
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
parsers: remove long-dead parse_manifest method We haven't used this in years, I think it's fine to ditch it now. We had previously kept it around to ease bisecting with built extensions, but these days we've got a better versioning scheme anyway. Noticed this method kicking around while looking in parsers.so for likely fuzzing targets. Differential Revision: https://phab.mercurial-scm.org/D5459

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