Mercurial > hg
changeset 9068:27a41250a9ce
notify: wrapped docstrings at 78 characters
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Tue, 07 Jul 2009 23:54:42 +0200 |
parents | 2ebac2bf7ad5 |
children | 1abf3fdc5db4 |
files | hgext/notify.py tests/test-notify.out |
diffstat | 2 files changed, 13 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/notify.py Tue Jul 07 23:54:42 2009 +0200 +++ b/hgext/notify.py Tue Jul 07 23:54:42 2009 +0200 @@ -7,8 +7,8 @@ '''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. +Subscriptions can be managed through hgrc. Default mode is to print messages +to stdout, for testing and configuring. To use, configure notify extension and enable in hgrc like this: @@ -47,9 +47,8 @@ [web] baseurl = http://hgserver/... # root of hg web site for browsing commits - notify config file has same format as regular hgrc. it has two - sections so you can express subscriptions in whatever way is handier - for you. + notify config file has same format as regular hgrc. it has two sections so + you can express subscriptions in whatever way is handier for you. [usersubs] # key is subscriber email, value is ","-separated list of glob patterns @@ -61,8 +60,9 @@ glob patterns are matched against path to repository root. - if you like, you can put notify config file in repository that users - can push changes to, they can manage their own subscriptions.''' + if you like, you can put notify config file in repository that users can push + changes to, they can manage their own subscriptions. +''' from mercurial.i18n import _ from mercurial import patch, cmdutil, templater, util, mail
--- a/tests/test-notify.out Tue Jul 07 23:54:42 2009 +0200 +++ b/tests/test-notify.out Tue Jul 07 23:54:42 2009 +0200 @@ -1,7 +1,7 @@ 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. +Subscriptions can be managed through hgrc. Default mode is to print messages +to stdout, for testing and configuring. To use, configure notify extension and enable in hgrc like this: @@ -40,9 +40,8 @@ [web] baseurl = http://hgserver/... # root of hg web site for browsing commits - notify config file has same format as regular hgrc. it has two - sections so you can express subscriptions in whatever way is handier - for you. + notify config file has same format as regular hgrc. it has two sections so + you can express subscriptions in whatever way is handier for you. [usersubs] # key is subscriber email, value is ","-separated list of glob patterns @@ -54,8 +53,8 @@ glob patterns are matched against path to repository root. - if you like, you can put notify config file in repository that users - can push changes to, they can manage their own subscriptions. + if you like, you can put notify config file in repository that users can push + changes to, they can manage their own subscriptions. no commands defined % commit