Mercurial > hg-stable
changeset 5746:d3ef7e86bc3b
patchbomb: break lines > 80 chars (coding style)
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Tue, 18 Dec 2007 22:50:27 +0100 |
parents | 234e40e636a8 |
children | f75ca1b0c81e |
files | hgext/patchbomb.py |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/patchbomb.py Thu Dec 27 23:55:40 2007 -0600 +++ b/hgext/patchbomb.py Tue Dec 18 22:50:27 2007 +0100 @@ -234,7 +234,8 @@ cmdutil.setremoteconfig(ui, opts) if opts.get('outgoing') and opts.get('bundle'): - raise util.Abort(_("--outgoing mode always on with --bundle; do not re-specify --outgoing")) + raise util.Abort(_("--outgoing mode always on with --bundle;" + " do not re-specify --outgoing")) if opts.get('outgoing') or opts.get('bundle'): if len(revs) > 1: @@ -285,7 +286,8 @@ jumbo = [] msgs = [] - ui.write(_('This patch series consists of %d patches.\n\n') % len(patches)) + ui.write(_('This patch series consists of %d patches.\n\n') + % len(patches)) for p, i in zip(patches, xrange(len(patches))): jumbo.extend(p)