.arcconfig
author Yuya Nishihara <yuya@tcha.org>
Sat, 21 Apr 2018 17:15:11 +0900
changeset 38228 8bded7eae26c
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
templater: consistently join() string-like object per character (BC) The old behavior was copied from join() of a lazy generator string, which was unified to the behavior of join() of a byte string by the previous patch. This patch fixes the mappable type to do the same.

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