.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 17 Aug 2018 17:59:16 +0000
changeset 39172 8973fc62bfff
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
dagutil: remove heads() and localsubset from revlogdag.__init__ The previous commit removed the last consumer of this API. I'm not going to mark as API incompatible because I doubt anybody used this functionality (outside of possibly passing an argument to revlogdag.__init__). I intend to remove revlogdag later in this series and its API annotation will cover this one. Differential Revision: https://phab.mercurial-scm.org/D4320

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