.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 24 Sep 2018 20:31:42 -0700
changeset 39829 34074e8ea160
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
py3: add b'' prefixes to wire protocol test Otherwise the CBOR encoder fails on Python 3 due to lacking support for encoding str/unicode. # skip-blame just some b'' prefixes Differential Revision: https://phab.mercurial-scm.org/D4734

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