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.
--- 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