patchbomb: break lines > 80 chars (coding style)
authorChristian Ebert <blacktrash@gmx.net>
Tue, 18 Dec 2007 22:50:27 +0100
changeset 5746 d3ef7e86bc3b
parent 5745 234e40e636a8
child 5747 f75ca1b0c81e
patchbomb: break lines > 80 chars (coding style)
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)