Mercurial > public > mercurial-scm > hg-stable
diff hgext/patchbomb.py @ 16931:ee388b0a6f67
patchbomb: lowercase status messages
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Tue, 12 Jun 2012 14:18:18 +0200 |
parents | 38caf405d010 |
children | 2ab165cf3d8a |
line wrap: on
line diff
--- a/hgext/patchbomb.py Tue Jun 12 14:18:18 2012 +0200 +++ b/hgext/patchbomb.py Tue Jun 12 14:18:18 2012 +0200 @@ -361,7 +361,7 @@ def getpatchmsgs(patches, patchnames=None): msgs = [] - ui.write(_('This patch series consists of %d patches.\n\n') + ui.write(_('this patch series consists of %d patches.\n\n') % len(patches)) # build the intro message, or skip it if the user declines @@ -526,7 +526,7 @@ if replyto: m['Reply-To'] = ', '.join(replyto) if opts.get('test'): - ui.status(_('Displaying '), subj, ' ...\n') + ui.status(_('displaying '), subj, ' ...\n') ui.flush() if 'PAGER' in os.environ and not ui.plain(): fp = util.popen(os.environ['PAGER'], 'w') @@ -544,7 +544,7 @@ else: if not sendmail: sendmail = mail.connect(ui, mbox=mbox) - ui.status(_('Sending '), subj, ' ...\n') + ui.status(_('sending '), subj, ' ...\n') ui.progress(_('sending'), i, item=subj, total=len(msgs)) if not mbox: # Exim does not remove the Bcc field