# HG changeset patch # User Dirkjan Ochtman # Date 1245843754 -7200 # Node ID f4f0e902b750f17a284c34e7981d225a81893dc3 # Parent 9dda4c73fc3ba53e6a0b5076404230f08390f049 extensions: change descriptions for hook-providing extensions Thanks to timeless and Dave Townsend for advice! diff -r 9dda4c73fc3b -r f4f0e902b750 hgext/acl.py --- a/hgext/acl.py Wed Jun 24 13:42:02 2009 +0200 +++ b/hgext/acl.py Wed Jun 24 13:42:34 2009 +0200 @@ -6,7 +6,7 @@ # GNU General Public License version 2, incorporated herein by reference. # -'''control access to a repository using simple hooks +'''hooks for controlling repository access This hook makes it possible to allow or deny write access to portions of a repository when receiving incoming changesets. diff -r 9dda4c73fc3b -r f4f0e902b750 hgext/bugzilla.py --- a/hgext/bugzilla.py Wed Jun 24 13:42:02 2009 +0200 +++ b/hgext/bugzilla.py Wed Jun 24 13:42:34 2009 +0200 @@ -5,7 +5,7 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2, incorporated herein by reference. -'''integrate Mercurial with a Bugzilla bug tracker +'''hooks for integrating with the Bugzilla bug tracker This hook extension adds comments on bugs in Bugzilla when changesets that refer to bugs by Bugzilla ID are seen. The hook does not change diff -r 9dda4c73fc3b -r f4f0e902b750 hgext/hgcia.py --- a/hgext/hgcia.py Wed Jun 24 13:42:02 2009 +0200 +++ b/hgext/hgcia.py Wed Jun 24 13:42:34 2009 +0200 @@ -1,7 +1,7 @@ # Copyright (C) 2007-8 Brendan Cully # Published under the GNU GPL -"""integrate Mercurial with a CIA notification service +"""hooks for integrating with the CIA.vc notification service This is meant to be run as a changegroup or incoming hook. To configure it, set the following options in your hgrc: diff -r 9dda4c73fc3b -r f4f0e902b750 hgext/notify.py --- a/hgext/notify.py Wed Jun 24 13:42:02 2009 +0200 +++ b/hgext/notify.py Wed Jun 24 13:42:34 2009 +0200 @@ -5,7 +5,7 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2, incorporated herein by reference. -'''send e-mail notifications for commits/pushes +'''hooks for sending email notifications at commit/push time Subscriptions can be managed through hgrc. Default mode is to print messages to stdout, for testing and configuring. diff -r 9dda4c73fc3b -r f4f0e902b750 hgext/patchbomb.py --- a/hgext/patchbomb.py Wed Jun 24 13:42:02 2009 +0200 +++ b/hgext/patchbomb.py Wed Jun 24 13:42:34 2009 +0200 @@ -5,7 +5,7 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2, incorporated herein by reference. -'''command to send changesets as (a series of) patch e-mails +'''command to send changesets as (a series of) patch emails The series is started off with a "[PATCH 0 of N]" introduction, which describes the series as a whole. diff -r 9dda4c73fc3b -r f4f0e902b750 tests/test-keyword.out --- a/tests/test-keyword.out Wed Jun 24 13:42:02 2009 +0200 +++ b/tests/test-keyword.out Wed Jun 24 13:42:34 2009 +0200 @@ -57,7 +57,7 @@ keyword expand keywords in tracked files mq manage a stack of patches - notify send e-mail notifications for commits/pushes + notify hooks for sending email notifications at commit/push time use "hg -v help keyword" to show aliases and global options % hg kwdemo diff -r 9dda4c73fc3b -r f4f0e902b750 tests/test-notify.out --- a/tests/test-notify.out Wed Jun 24 13:42:02 2009 +0200 +++ b/tests/test-notify.out Wed Jun 24 13:42:34 2009 +0200 @@ -1,4 +1,4 @@ -notify extension - send e-mail notifications for commits/pushes +notify extension - hooks for sending email notifications at commit/push time Subscriptions can be managed through hgrc. Default mode is to print messages to stdout, for testing and configuring.