hgext/patchbomb.py
changeset 5746 d3ef7e86bc3b
parent 5677 4f977c6d3c03
child 5758 3aa0af7d539d
--- 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)