From 8f5031687cbd142a3713b0fc89fd7552c61270d7 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) --- api/integrations/git/post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/integrations/git/post-receive b/api/integrations/git/post-receive index 3c07057fc8..eb2bc2e308 100755 --- a/api/integrations/git/post-receive +++ b/api/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: