mercurial/helptext/config.txt
changeset 45058 f43bc4ce0d69
parent 45057 d6e99a446eea
child 45121 b6269741ed42
--- a/mercurial/helptext/config.txt	Sat Jun 27 21:46:23 2020 +0900
+++ b/mercurial/helptext/config.txt	Sun Jun 28 17:32:32 2020 +0900
@@ -413,6 +413,12 @@
 
 Controls command server settings. (ADVANCED)
 
+``message-encodings``
+    List of encodings for the ``m`` (message) channel. The first encoding
+    supported by the server will be selected and advertised in the hello
+    message. This is useful only when ``ui.message-output`` is set to
+    ``channel``. Supported encodings are ``cbor``.
+
 ``shutdown-on-interrupt``
     If set to false, the server's main loop will continue running after
     SIGINT received. ``runcommand`` requests can still be interrupted by
@@ -2383,6 +2389,8 @@
 ``message-output``
     Where to write status and error messages. (default: ``stdio``)
 
+    ``channel``
+      Use separate channel for structured output. (Command-server only)
     ``stderr``
       Everything to stderr.
     ``stdio``