diff hgext/patchbomb.py @ 4633:ff7253a0d1da

Cleanup of whitespace, indentation and line continuation.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 19 Jun 2007 08:06:37 +0200
parents 64c415d2553a
children eadfaa9ec487
line wrap: on
line diff
--- a/hgext/patchbomb.py
+++ b/hgext/patchbomb.py
@@ -316,8 +316,8 @@ def patchbomb(ui, repo, *revs, **opts):
         return msgs
 
     def getbundlemsgs(bundle):
-        subj = opts['subject'] or \
-                prompt('Subject:', default='A bundle for your repository')
+        subj = (opts['subject']
+                or prompt('Subject:', default='A bundle for your repository'))
         ui.write(_('\nWrite the introductory message for the bundle.\n\n'))
         body = ui.edit('', sender)