diff -r 683d8ebcf434 -r 9c7ca86fc658 hgext/notify.py --- a/hgext/notify.py Tue Apr 07 22:47:56 2009 +0200 +++ b/hgext/notify.py Tue Apr 07 22:58:05 2009 +0200 @@ -59,9 +59,9 @@ # key is glob pattern, value is ","-separated list of subscriber emails pattern = user@host - glob patterns are matched against path to repo root. + glob patterns are matched against path to repository root. - if you like, you can put notify config file in repo that users can + 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 _ @@ -268,7 +268,7 @@ ctx = repo[node] if not n.subs: - ui.debug(_('notify: no subscribers to repo %s\n') % n.root) + ui.debug(_('notify: no subscribers to repository %s\n') % n.root) return if n.skipsource(source): ui.debug(_('notify: changes have source "%s" - skipping\n') % source)