Sat, 29 Nov 2014 17:03:10 +0200
- 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))