.arcconfig
author Yuya Nishihara <yuya@tcha.org>
Sat, 25 Aug 2018 15:19:43 +0900
changeset 39300 52e6171ec822
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
obsutil: make sure "addedrevs" is not None in getobsoleted() If it were None, "rev in addedrevs" would crash. So tr.changes["revs"] should be a mandatory parameter here.

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