# HG changeset patch # User Jun Wu # Date 2017-02-17 07:10:47 # Node ID cb899ee133d8c05445e07526c35e9c038b6ad3d1 # Parent 74af89c6683474fd54962e77574dde661b5837a0 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. diff --git a/mercurial/chgserver.py b/mercurial/chgserver.py --- a/mercurial/chgserver.py +++ b/mercurial/chgserver.py @@ -31,8 +31,11 @@ Config :: [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