##// END OF EJS Templates
notify: only notify for non-filtered revision...
Boris Feld -
r37813:68748c2c stable
parent child Browse files
Show More
@@ -481,7 +481,7 b' def hook(ui, repo, hooktype, node=None, '
481 481 ui.pushbuffer()
482 482 if count:
483 483 n.diff(ctx, repo['tip'])
484 else:
484 elif ctx.rev() in repo:
485 485 if not n.node(ctx):
486 486 ui.popbuffer()
487 487 ui.note(_('notify: suppressing notification for merge %d:%s\n') %
General Comments 0
You need to be logged in to leave comments. Login now