Mercurial > public > mercurial-scm > hg
diff hgext/notify.py @ 8029:e0c434abd530
notify, commands: word-wrap help strings
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Wed, 08 Apr 2009 00:41:07 +0200 |
parents | 9c7ca86fc658 |
children | 912bfef12ba6 |
line wrap: on
line diff
--- a/hgext/notify.py Tue Apr 07 23:06:50 2009 +0200 +++ b/hgext/notify.py Wed Apr 08 00:41:07 2009 +0200 @@ -61,8 +61,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.''' from mercurial.i18n import _ from mercurial import patch, cmdutil, templater, util, mail