.arcconfig
author Yuya Nishihara <yuya@tcha.org>
Sat, 21 Apr 2018 19:01:35 +0900
changeset 38296 e72697893c93
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
templater: promote tomap() to an interface type I originally considered merging tomap() with itermaps()/getmember(), but decided to not. We might want to add support for chained map operations (e.g. {foo % func() % ...}), where func() will return a mappable object, and 'foo % func()' will be a mappedgenerator of mappable objects.

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