contrib/chg/README
changeset 28060 726f8d6cc324
child 28454 8062869860b8
equal deleted inserted replaced
28059:740208f6f6af 28060:726f8d6cc324
       
     1 cHg
       
     2 ===
       
     3 
       
     4 A fast client for Mercurial command server running on Unix.
       
     5 
       
     6 Install:
       
     7 
       
     8  $ make
       
     9  $ make install
       
    10 
       
    11 Usage:
       
    12 
       
    13  $ chg help                 # show help of Mercurial
       
    14  $ alias hg=chg             # replace hg command
       
    15  $ chg --kill-chg-daemon    # terminate background server
       
    16  $ chg --reload-chg-daemon  # reload configuration files
       
    17 
       
    18 Environment variables:
       
    19 
       
    20 Although cHg tries to update environment variables, some of them cannot be
       
    21 changed after spawning the server. The following variables are specially
       
    22 handled:
       
    23 
       
    24  * configuration files are reloaded if HGPLAIN or HGPLAINEXCEPT changed, but
       
    25    some behaviors won't change correctly.
       
    26  * CHGHG or HG specifies the path to the hg executable spawned as the
       
    27    background command server.
       
    28 
       
    29 The following variables are available for testing:
       
    30 
       
    31  * CHGDEBUG enables debug messages.
       
    32  * CHGSOCKNAME specifies the socket path of the background cmdserver.