--- a/mercurial/helptext/config.txt Mon Jul 06 17:51:18 2020 +0200
+++ b/mercurial/helptext/config.txt Sat Jun 27 21:46:23 2020 +0900
@@ -408,6 +408,18 @@
If no suitable authentication entry is found, the user is prompted
for credentials as usual if required by the remote.
+``cmdserver``
+-------------
+
+Controls command server settings. (ADVANCED)
+
+``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
+ SIGINT. Close the write end of the pipe to shut down the server
+ process gracefully.
+ (default: True)
+
``color``
---------