diff hgext/notify.py @ 3679:2956948b81f3

fix warnings generated by pygettext.py.
author Marcos Chaves <marcos.nospam@gmail.com>
date Sat, 18 Nov 2006 17:20:38 -0200
parents b4ad640a3bcf
children 16f8e7d1dd54
line wrap: on
line diff
--- 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') %