.arcconfig
author Augie Fackler <augie@google.com>
Thu, 09 Aug 2018 19:39:33 -0400
changeset 39035 cecb05c371f7
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
patchbomb: don't unintentionally duplicate headers This dict-like of headers is only mostly dict-like: if you set a key that already exists, you it appends another value, rather than replacing the one that was already present. This fixes test-patchbomb-bookmark.t on Python 3. Differential Revision: https://phab.mercurial-scm.org/D4229

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