.arcconfig
author Jun Wu <quark@fb.com>
Tue, 12 Jun 2018 12:41:09 -0700
changeset 38291 c07424ec633c
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
commandserver: close server's fds explicitly from a worker The forked worker does not need to accept connections from the server's socket fd. So let's just close them explicitly to avoid surprises. Differential Revision: https://phab.mercurial-scm.org/D3720

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