[PATCH 02 of 10] chgserver: update docs

Jun Wu quark at fb.com
Wed Mar 2 05:44:04 EST 2016


# HG changeset patch
# User Jun Wu <quark at fb.com>
# Date 1456754745 0
#      Mon Feb 29 14:05:45 2016 +0000
# Node ID 74f9fd794398e5bebb6271cea53d5e5e5bf5e590
# Parent  b8522c5e995a8a49c53ad68cbd215fb50bebfbf8
chgserver: update docs

Update the docstring to reflect the latest changes

diff --git a/hgext/chgserver.py b/hgext/chgserver.py
--- a/hgext/chgserver.py
+++ b/hgext/chgserver.py
@@ -22,8 +22,18 @@
 'setenv' command
     replace os.environ completely
 
+'setumask' command
+    set umask
+
 'SIGHUP' signal
     reload configuration files
+
+Config
+------
+
+  [chgserver]
+  idletimeout = 3600 # seconds, after which an idle server will exit
+  skiphash = False   # whether to skip config or env change checks
 """
 
 from __future__ import absolute_import


More information about the Mercurial-devel mailing list