changeset 3679 | 2956948b81f3 |
parent 3643 | b4ad640a3bcf |
child 3739 | 16f8e7d1dd54 |
--- a/hgext/notify.py Sat Nov 18 23:51:15 2006 -0200 +++ b/hgext/notify.py Sat Nov 18 17:20:38 2006 -0200 @@ -259,7 +259,7 @@ changegroup. else send one email per changeset.''' n = notifier(ui, repo, hooktype) if not n.subs: - ui.debug(_('notify: no subscribers to repo %s\n' % n.root)) + ui.debug(_('notify: no subscribers to repo %s\n') % n.root) return if n.skipsource(source): ui.debug(_('notify: changes have source "%s" - skipping\n') %