Mercurial > hg
changeset 28325:9fec3cb8d128
chgserver: update docs
Update the docstring to reflect the latest changes
author | Jun Wu <quark@fb.com> |
---|---|
date | Mon, 29 Feb 2016 14:05:45 +0000 |
parents | 549ff28a345f |
children | ea400a4f32e6 |
files | hgext/chgserver.py |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/chgserver.py Wed Mar 02 16:44:56 2016 -0600 +++ b/hgext/chgserver.py Mon Feb 29 14:05:45 2016 +0000 @@ -22,8 +22,19 @@ 'setenv' command replace os.environ completely +'setumask' command + set umask + 'SIGHUP' signal reload configuration files + +Config +------ + +:: + + [chgserver] + idletimeout = 3600 # seconds, after which an idle server will exit """ from __future__ import absolute_import