Mercurial > public > mercurial-scm > hg
diff hgext/notify.py @ 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 | 868670dbc237 |
children | 27a41250a9ce 8736b1c853ff |
line wrap: on
line diff
--- 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.