.arcconfig
author Yuya Nishihara <yuya@tcha.org>
Thu, 10 May 2018 21:08:32 +0900
changeset 37942 32bc3815efae
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
stringutil: flip the default of pprint() to bprefix=False If we use pprint() as a drop-in replacement for repr(), bprefix=False is more appropriate. Let's make it the default to remove bprefix=False noise.

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