From 824a4d5c05f1f2d36de81e61c1a80b1e6cd5ae41 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Tue, 19 Feb 2013 17:39:55 -0500 Subject: [PATCH] post-receive: Send a notification to @everyone on non-fastforward (imported from commit 8fc232dbef4b9b87f30f0b68c6407c43fd8553ba) --- integrations/git/post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/git/post-receive b/integrations/git/post-receive index 3c07057..eb2bc2e 100755 --- a/integrations/git/post-receive +++ b/integrations/git/post-receive @@ -109,7 +109,7 @@ def send_bot_message(oldrev, newrev, refname): if added: message += '\n**and adding**:\n\n' + added message += '\n**A HISTORY REWRITE HAS OCCURRED!**' - message += '\nPlease check your local branches to deal with this.' + message += '\n@everyone: Please check your local branches to deal with this.' elif added: message = '`%s` was deployed to `%s` with:\n\n%s' % (new_head, branch, added) else: