.arcconfig
author Rishabh Madan <rishabhmadan96@gmail.com>
Sun, 13 Aug 2017 19:58:45 +0530
changeset 33881 6a49c74b1e8f
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
releasenotes: add check flag for use of admonitions and its validity While using releasenotes extension, we will be using admonitions in commit messages. The check (-c) flag will look for an admonition within the message. If it exists, it will verify if it is stated under default or custom admonition. The check fails if the admonition is not present in any of them. It also suggests similar admonitions in case the admonition is invalid. Differential Revision: https://phab.mercurial-scm.org/D368

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