mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Automatically add link to launchpad bug in commits
This commit is contained in:
parent
b1d558a92a
commit
c5199c2721
@ -47,6 +47,7 @@ class Bug:
|
|||||||
print ('Working on bug:', summary)
|
print ('Working on bug:', summary)
|
||||||
if int(bug) > 100000:
|
if int(bug) > 100000:
|
||||||
self.close_bug(bug, action)
|
self.close_bug(bug, action)
|
||||||
|
return match.group() + ' [%s](%s)' % (summary, LAUNCHPAD_BUG % bug)
|
||||||
return match.group() + ' (%s)' % summary
|
return match.group() + ' (%s)' % summary
|
||||||
return match.group()
|
return match.group()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user