.arcconfig
author Yuya Nishihara <yuya@tcha.org>
Sat, 26 May 2018 12:38:07 +0900
changeset 38166 cc9aa88792fe
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
py3: wrap tempfile.NamedTemporaryFile() to return bytes fp.name Unlike its name, tempfile.NamedTemporaryFile is not a class, so I renamed the pycompat version to look like a plain function. Since temp.name uses in the infinitepush extension aren't bytes-safe, this patch leaves them unmodified. Another weird thing is tempfile.mktemp(), which does not accept bytes suffix nor prefix. Sigh.

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