changeset 8935:f4f0e902b750

extensions: change descriptions for hook-providing extensions Thanks to timeless and Dave Townsend for advice!
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Wed, 24 Jun 2009 13:42:34 +0200
parents 9dda4c73fc3b
children 1de6e7e1bb9f
files hgext/acl.py hgext/bugzilla.py hgext/hgcia.py hgext/notify.py hgext/patchbomb.py tests/test-keyword.out tests/test-notify.out
diffstat 7 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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
--- 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 <brendan@kublai.com>
 # 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:
--- 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.
--- 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.
--- 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
--- 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.