mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
f457079597
commit
289437fe25
@ -56,6 +56,7 @@ class cmd_commit(_cmd_commit):
|
||||
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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user