.arcconfig
author Boris Feld <boris.feld@octobus.net>
Fri, 04 May 2018 19:06:46 +0200
branchstable
changeset 37842 f9dc1d5b676b
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
httppeer: properly gate debug usage behind debug flag check The "dbg" local variable is only defined if the 'debugflag' is set to True. However, it was used indiscriminately later in the function. We hide its usage behind the 'debugflag' value to avoid raising a NameError.

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