.arcconfig
author Sietse Brouwer <sbbrouwer@gmail.com>
Fri, 03 May 2019 15:37:08 +0200
changeset 42279 037a97d62625
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
gendoc: guarantee that all commands were processed The new logic renders the commands belonging to each category in turn. Commands with an unregistered category are at risk of getting skipped because their category is not in the list. By comparing the list of all commands to a log of processed commands, we can detect commands with unregistered categories and fail with an error message. Differential Revision: https://phab.mercurial-scm.org/D6327

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