changeset 30990:cb899ee133d8

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.
author Jun Wu <quark@fb.com>
date Thu, 16 Feb 2017 23:10:47 -0800
parents 74af89c66834
children 3844b3299a53
files mercurial/chgserver.py
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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