Mercurial > hg-stable
diff mercurial/chgserver.py @ 31010: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 | 48dea083f66d |
children | fbce78c58f1e |
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