# HG changeset patch # User Christian Ebert # Date 1198014627 -3600 # Node ID d3ef7e86bc3b74090a8abfc571b33c5955654618 # Parent 234e40e636a8d5021b93d02ef88fe161045966e6 patchbomb: break lines > 80 chars (coding style) diff -r 234e40e636a8 -r d3ef7e86bc3b hgext/patchbomb.py --- 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)