.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Sun, 14 Jul 2019 23:21:28 -0700
changeset 42602 c7d236b55a3e
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
py3: fix formatting of branchmap log messages with repo.filtername=None `"%s" % None` does not work on py3. I've extracted a little function for producing a formatted message given the filter name. Differential Revision: https://phab.mercurial-scm.org/D6644

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