##// END OF EJS Templates
patchbomb: specify unit for ui.progress when sending emails
av6 -
r28474:00e6e0d0 default
parent child Browse files
Show More
@@ -716,7 +716,8 b' def email(ui, repo, *revs, **opts):'
716 finally:
716 finally:
717 ui.setconfig('smtp', 'verifycert', verifycert, 'patchbomb')
717 ui.setconfig('smtp', 'verifycert', verifycert, 'patchbomb')
718 ui.status(_('sending '), subj, ' ...\n')
718 ui.status(_('sending '), subj, ' ...\n')
719 ui.progress(_('sending'), i, item=subj, total=len(msgs))
719 ui.progress(_('sending'), i, item=subj, total=len(msgs),
720 unit=_('emails'))
720 if not mbox:
721 if not mbox:
721 # Exim does not remove the Bcc field
722 # Exim does not remove the Bcc field
722 del m['Bcc']
723 del m['Bcc']
General Comments 0
You need to be logged in to leave comments. Login now