hgext/notify.py
changeset 16683 525fdb738975
parent 16500 8436a4e21417
child 16743 38caf405d010
--- a/hgext/notify.py	Fri May 11 18:41:04 2012 +0200
+++ b/hgext/notify.py	Sat May 12 15:54:54 2012 +0200
@@ -353,8 +353,8 @@
                     author = repo[rev].user()
             else:
                 data += ui.popbuffer()
-                ui.note(_('notify: suppressing notification for merge %d:%s\n') %
-                        (rev, repo[rev].hex()[:12]))
+                ui.note(_('notify: suppressing notification for merge %d:%s\n')
+                        % (rev, repo[rev].hex()[:12]))
                 ui.pushbuffer()
         if count:
             n.diff(ctx, repo['tip'])