.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 04 Feb 2019 14:16:52 -0800
changeset 41552 99b4c6d73a72
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
testparseutil: escape backslash in docstring This is funky. This inline Python code is part of a docstring, which means the string is interpreted first. So any backslashes need double escaping. So even though this is already a br'', we still need to escape. Differential Revision: https://phab.mercurial-scm.org/D5842

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