.arcconfig
author Augie Fackler <augie@google.com>
Wed, 25 Sep 2019 11:02:32 -0400
changeset 42971 ee1ef76d7339
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
hg: have `updatetotally` more thoroughly check updatecheck argument (API) .. api:: `mercurial.hg.updatetotally` is now more thorough about checking its `updatecheck` keyword argument. Previously invalid values would have used the configured default updatecheck method, but now will raise ValueError. Differential Revision: https://phab.mercurial-scm.org/D6878

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