.arcconfig
author Yuya Nishihara <yuya@tcha.org>
Sat, 02 Feb 2019 15:26:51 +0900
changeset 41517 549f956ba2a9
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
py3: don't use universal_newlines in svnsubrepo On Python 3, it means text=True without any specific encoding, which is pretty bad. Instead, use util.fromnativeeol() to translate CR+LF to LF without encoding conversion.

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