.arcconfig
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 28 Dec 2019 02:02:34 -0500
changeset 44025 3216cabffd4a
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
commit: change default `editor` parameter to None Flagged by PyCharm as a boolean not being callable later where it is used. There's no actual bug here because of `if editor` checks before using. Differential Revision: https://phab.mercurial-scm.org/D7768

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