hgext/chgserver.py
changeset 28325 9fec3cb8d128
parent 28277 cdc6319f6a7d
child 28326 ea400a4f32e6
equal deleted inserted replaced
28324:549ff28a345f 28325:9fec3cb8d128
    20     checks if pager is enabled and which pager should be executed
    20     checks if pager is enabled and which pager should be executed
    21 
    21 
    22 'setenv' command
    22 'setenv' command
    23     replace os.environ completely
    23     replace os.environ completely
    24 
    24 
       
    25 'setumask' command
       
    26     set umask
       
    27 
    25 'SIGHUP' signal
    28 'SIGHUP' signal
    26     reload configuration files
    29     reload configuration files
       
    30 
       
    31 Config
       
    32 ------
       
    33 
       
    34 ::
       
    35 
       
    36   [chgserver]
       
    37   idletimeout = 3600 # seconds, after which an idle server will exit
    27 """
    38 """
    28 
    39 
    29 from __future__ import absolute_import
    40 from __future__ import absolute_import
    30 
    41 
    31 import SocketServer
    42 import SocketServer