mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 09:23:14 +02:00
...
This commit is contained in:
parent
773a354963
commit
d37f302a0e
1 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ def run(self, message=None, file=None, verbose=False, selected_list=None,
|
|||
def close_bug(self, bug, action):
|
||||
print 'Closing bug #%s'% bug
|
||||
#nick = config.get_nickname()
|
||||
suffix = ('The fix will be in the next release.'
|
||||
suffix = ('The fix will be in the next release. '
|
||||
'calibre is usually released every Friday.')
|
||||
action = action+'ed'
|
||||
msg = '%s in branch %s. %s'%(action, 'lp:calibre', suffix)
|
||||
|
|
@ -72,7 +72,7 @@ def close_bug(self, bug, action):
|
|||
sendmail = importlib.import_module(SENDMAIL[1])
|
||||
|
||||
to = bug+'@bugs.launchpad.net'
|
||||
sendmail.sendmail(msg, to, 'Re: calibre bug '+bug)
|
||||
sendmail.sendmail(msg, to, 'Fixed in lp:calibre')
|
||||
|
||||
|
||||
bzrlib.commands.register_command(cmd_commit)
|
||||
|
|
|
|||
Loading…
Reference in a new issue