.arcconfig
author Yuya Nishihara <yuya@tcha.org>
Mon, 19 Mar 2018 22:10:40 +0900
changeset 37015 a318bb154d42
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
templatefuncs: do not stringify result of if*() expression Returning a generator means that the result is a byte string. I can't find any reason to make the "if" condition lazy since it is evaluated anyway when {if()} has to be evaluated. So let's simply make if*() return an input expression unmodified.

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