changeset 8894 | 868670dbc237 |
parent 8225 | 46293a0c7e9f |
child 8935 | f4f0e902b750 |
--- a/hgext/notify.py Mon Jun 22 14:49:07 2009 +0200 +++ b/hgext/notify.py Mon Jun 22 15:48:08 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. -'''hook extension to email notifications on commits/pushes +'''send e-mail notifications for commits/pushes Subscriptions can be managed through hgrc. Default mode is to print messages to stdout, for testing and configuring.