Show More
@@ -6,7 +6,7 b'' | |||
|
6 | 6 | # GNU General Public License version 2, incorporated herein by reference. |
|
7 | 7 | # |
|
8 | 8 | |
|
9 | '''control access to a repository using simple hooks | |
|
9 | '''hooks for controlling repository access | |
|
10 | 10 | |
|
11 | 11 | This hook makes it possible to allow or deny write access to portions |
|
12 | 12 | of a repository when receiving incoming changesets. |
@@ -5,7 +5,7 b'' | |||
|
5 | 5 | # This software may be used and distributed according to the terms of the |
|
6 | 6 | # GNU General Public License version 2, incorporated herein by reference. |
|
7 | 7 | |
|
8 |
'''integrat |
|
|
8 | '''hooks for integrating with the Bugzilla bug tracker | |
|
9 | 9 | |
|
10 | 10 | This hook extension adds comments on bugs in Bugzilla when changesets |
|
11 | 11 | that refer to bugs by Bugzilla ID are seen. The hook does not change |
@@ -1,7 +1,7 b'' | |||
|
1 | 1 | # Copyright (C) 2007-8 Brendan Cully <brendan@kublai.com> |
|
2 | 2 | # Published under the GNU GPL |
|
3 | 3 | |
|
4 |
"""integrat |
|
|
4 | """hooks for integrating with the CIA.vc notification service | |
|
5 | 5 | |
|
6 | 6 | This is meant to be run as a changegroup or incoming hook. |
|
7 | 7 | To configure it, set the following options in your hgrc: |
@@ -5,7 +5,7 b'' | |||
|
5 | 5 | # This software may be used and distributed according to the terms of the |
|
6 | 6 | # GNU General Public License version 2, incorporated herein by reference. |
|
7 | 7 | |
|
8 |
'''send e |
|
|
8 | '''hooks for sending email notifications at commit/push time | |
|
9 | 9 | |
|
10 | 10 | Subscriptions can be managed through hgrc. Default mode is to print |
|
11 | 11 | messages to stdout, for testing and configuring. |
@@ -5,7 +5,7 b'' | |||
|
5 | 5 | # This software may be used and distributed according to the terms of the |
|
6 | 6 | # GNU General Public License version 2, incorporated herein by reference. |
|
7 | 7 | |
|
8 |
'''command to send changesets as (a series of) patch e |
|
|
8 | '''command to send changesets as (a series of) patch emails | |
|
9 | 9 | |
|
10 | 10 | The series is started off with a "[PATCH 0 of N]" introduction, which |
|
11 | 11 | describes the series as a whole. |
@@ -57,7 +57,7 b' enabled extensions:' | |||
|
57 | 57 | |
|
58 | 58 | keyword expand keywords in tracked files |
|
59 | 59 | mq manage a stack of patches |
|
60 |
notify send e |
|
|
60 | notify hooks for sending email notifications at commit/push time | |
|
61 | 61 | |
|
62 | 62 | use "hg -v help keyword" to show aliases and global options |
|
63 | 63 | % hg kwdemo |
General Comments 0
You need to be logged in to leave comments.
Login now