.arcconfig
author Augie Fackler <augie@google.com>
Fri, 13 Apr 2018 23:11:46 -0400
changeset 37747 2d5b5bcc3b9f
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
wsgicgi: un-do some prior porting work that is now wrong The Python 3 WSGI behavior is that the environ dict should be full of unicodes. We previously tried Too Hard here, so we unwind that bit of porting. Also add some bytesurl() encodes on status and headers. test-clone-cgi.t now passes. Differential Revision: https://phab.mercurial-scm.org/D3356

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