comparison hgext/hgcia.py @ 9062:6921a7140ab3

hgcia: wrapped docstrings at 78 characters
author Martin Geisler <mg@lazybytes.net>
date Tue, 07 Jul 2009 23:54:42 +0200
parents f4f0e902b750
children 31177742f54a
comparison
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