hgext/patchbomb.py
changeset 28474 00e6e0d0bfeb
parent 28415 21524ae331b7
child 28861 86db5cb55d46
--- a/hgext/patchbomb.py	Fri Mar 11 22:28:27 2016 +0800
+++ b/hgext/patchbomb.py	Fri Mar 11 22:30:43 2016 +0800
@@ -716,7 +716,8 @@
                 finally:
                     ui.setconfig('smtp', 'verifycert', verifycert, 'patchbomb')
             ui.status(_('sending '), subj, ' ...\n')
-            ui.progress(_('sending'), i, item=subj, total=len(msgs))
+            ui.progress(_('sending'), i, item=subj, total=len(msgs),
+                        unit=_('emails'))
             if not mbox:
                 # Exim does not remove the Bcc field
                 del m['Bcc']