This commit is contained in:
Kovid Goyal 2010-11-20 09:12:49 -07:00
parent f457079597
commit 289437fe25

View file

@ -56,6 +56,7 @@ def expand_bug(self, msg, nick, config, bug_tracker, type='trac'):
summary = self.get_trac_summary(bug, url)
if summary:
msg = msg.replace('#%s'%bug, '#%s (%s)'%(bug, summary))
msg = msg.replace('Fixesed', 'Fixed')
return msg, bug, url, action