hgpoll.py

changeset 104
27294de7b0d3
parent 101
5e32ab7ae823
child 108
8cf31b4d5fcb
--- a/hgpoll.py	Sat Nov 29 10:11:42 2014 -0500
+++ b/hgpoll.py	Sat Nov 29 10:45:51 2014 -0500
@@ -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