chgserver: move comments in config example
authorJun Wu <quark@fb.com>
Thu, 16 Feb 2017 23:10:47 -0800
changeset 31010 cb899ee133d8
parent 31009 74af89c66834
child 31011 3844b3299a53
chgserver: move comments in config example "#" must be the first character of a line to mark the text as comments. So let's change the docstring.
mercurial/chgserver.py
--- a/mercurial/chgserver.py	Wed Feb 15 19:41:14 2017 -0800
+++ b/mercurial/chgserver.py	Thu Feb 16 23:10:47 2017 -0800
@@ -31,8 +31,11 @@
 ::
 
   [chgserver]
-  idletimeout = 3600 # seconds, after which an idle server will exit
-  skiphash = False   # whether to skip config or env change checks
+  # how long (in seconds) should an idle chg server exit
+  idletimeout = 3600
+
+  # whether to skip config or env change checks
+  skiphash = False
 """
 
 from __future__ import absolute_import