.arcconfig
author Augie Fackler <augie@google.com>
Sat, 14 Oct 2017 12:03:42 -0400
changeset 34727 a652b7763f66
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
peer: when collecting method names for batch calls, bytes-ify __name__ This will explode violently if we have a non-ascii command name. That shouldn't ever happen in core, and seems unlikely even in third-party code. Regardless, it'll explode violently, so we can revisit things in the future if we need to change the encoding here. Differential Revision: https://phab.mercurial-scm.org/D1092

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