diff hgext/notify.py @ 16683:525fdb738975

cleanup: eradicate long lines
author Brodie Rao <brodie@sf.io>
date Sat, 12 May 2012 15:54:54 +0200
parents 8436a4e21417
children 38caf405d010
line wrap: on
line diff
--- 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'])