- no need to post the commit message on FIXES irc notifications since the commit is posted anyway

Sat, 29 Nov 2014 17:03:10 +0200

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sat, 29 Nov 2014 17:03:10 +0200
changeset 101
5e32ab7ae823
parent 100
2a56ccf67782
child 102
2bad379cd416

- no need to post the commit message on FIXES irc notifications since the commit is posted anyway

hgpoll.py file | annotate | diff | comparison | revisions
--- a/hgpoll.py	Sat Nov 29 16:53:32 2014 +0200
+++ b/hgpoll.py	Sat Nov 29 17:03:10 2014 +0200
@@ -169,8 +169,7 @@
 		for channel in irc_client.channels:
 			if channel.get_value ('btannounce', default=True):
 				irc_client.privmsg (channel.get_value ('name'),
-					"%s: commit %s fixes issue %d: %s"
-					% (repo_name, commit_node, ticket_id, commit_message))
+					"%s: commit %s FIXES issue %d" % (repo_name, commit_node, ticket_id))
 				irc_client.privmsg (channel.get_value ('name'),
 					"Read all about it here: " + Bt.get_ticket_url (ticket_id))
 

mercurial