Mercurial > public > mercurial-scm > hg
diff hgext/notify.py @ 8027:9c7ca86fc658
expand "repo" to "repository" in help texts
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Tue, 07 Apr 2009 22:58:05 +0200 |
parents | 4a4c7f6a5912 |
children | e0c434abd530 |
line wrap: on
line diff
--- 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)