.arcconfig
author Augie Fackler <augie@google.com>
Tue, 12 Jun 2018 20:42:42 -0400
changeset 38308 9f499d28efb4
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
hgweb: pass a sysstr to low-level _start_response method This fixes a regression in Python 3 support introduced in 7de7bd407251 on the stable branch. We're so early in do_hgweb that I don't see any especially better choices than this. Differential Revision: https://phab.mercurial-scm.org/D3726

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