.arcconfig
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 17 May 2019 00:04:29 +0530
changeset 42352 5364ba1f796f
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
py3: make contrib/testparseutil.py to work on str(unicodes) contrib/check-code work on unicodes and call functions from testparseutil.py which before this patch used to work on bytes. This path removes that inconsistency and make testparseutil.py work on unicodes. This makes test-check-code.t and test-contrib-check-code.t work on Python 3 again. Differential Revision: https://phab.mercurial-scm.org/D6391

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