comparison hgext/hgcia.py @ 9260:b2f37dbc5952

hgcia: wrap docstrings at 70 characters
author Martin Geisler <mg@lazybytes.net>
date Sun, 26 Jul 2009 01:46:55 +0200
parents 12d119ae39bc
children 4c041f1ee1b4
comparison
equal deleted inserted replaced
9259:19a4b8fd5c48 9260:b2f37dbc5952
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. To configure it, 6 This is meant to be run as a changegroup or incoming hook. To
7 set the following options in your hgrc:: 7 configure it, 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