Show More
@@ -716,7 +716,8 b' def email(ui, repo, *revs, **opts):' | |||
|
716 | 716 | finally: |
|
717 | 717 | ui.setconfig('smtp', 'verifycert', verifycert, 'patchbomb') |
|
718 | 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 | 721 | if not mbox: |
|
721 | 722 | # Exim does not remove the Bcc field |
|
722 | 723 | del m['Bcc'] |
General Comments 0
You need to be logged in to leave comments.
Login now