##// END OF EJS Templates
notify: fix fromauthor setting for 'incoming' hook type (issue4194)...
Bruce Cran -
r26503:5a84a453 stable
parent child Browse files
Show More
@@ -406,6 +406,8 b' def hook(ui, repo, hooktype, node=None, '
406 return
406 return
407 count += 1
407 count += 1
408 n.diff(ctx)
408 n.diff(ctx)
409 if not author:
410 author = ctx.user()
409
411
410 data += ui.popbuffer()
412 data += ui.popbuffer()
411 fromauthor = ui.config('notify', 'fromauthor')
413 fromauthor = ui.config('notify', 'fromauthor')
General Comments 0
You need to be logged in to leave comments. Login now