.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 12 Apr 2018 20:42:42 -0700
changeset 37619 68132a95df31
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
stringutil: support more types with pprint() bytearray wasn't working. Integers and floats were not being formatted. I /think/ %f is portable across both Python 2 and 3, as it should default to 6 decimal points on each. Differential Revision: https://phab.mercurial-scm.org/D3302

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