.arcconfig
author Yuya Nishihara <yuya@tcha.org>
Sat, 03 Nov 2018 17:32:35 +0900
changeset 40520 fd60c2afb484
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
ui: factor out function that writes data to fout/ferr with labeling I'm thinking of adding an option to send status messages to stderr (or a dedicated command-server channel) so that structured output (e.g. JSON) would never be interleaved with non-formatter output. A unified write() interface helps to do that.

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