hgext/hgcia.py
changeset 9062 6921a7140ab3
parent 8935 f4f0e902b750
child 9136 31177742f54a
equal deleted inserted replaced
9061:864b719ff1ad 9062:6921a7140ab3
     1 # Copyright (C) 2007-8 Brendan Cully <brendan@kublai.com>
     1 # Copyright (C) 2007-8 Brendan Cully <brendan@kublai.com>
     2 # Published under the GNU GPL
     2 # Published under the GNU GPL
     3 
     3 
     4 """hooks for integrating with the CIA.vc notification service
     4 """hooks for integrating with the CIA.vc notification service
     5 
     5 
     6 This is meant to be run as a changegroup or incoming hook.
     6 This is meant to be run as a changegroup or incoming hook. To configure it,
     7 To configure it, set the following options in your hgrc:
     7 set the following options in your hgrc:
     8 
     8 
     9 [cia]
     9 [cia]
    10 # your registered CIA user name
    10 # your registered CIA user name
    11 user = foo
    11 user = foo
    12 # the name of the project in CIA
    12 # the name of the project in CIA