.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 16 Oct 2018 17:48:28 +0200
changeset 40320 9b2e1b00ee94
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
tests: use byte literals in test-storage.py This fixes a Python 3 breakage due to unknown key due to str/bytes type mismatch. # skip-blame just b'' literals Differential Revision: https://phab.mercurial-scm.org/D5114

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