hgext/patchbomb.py
changeset 7322 b05834d6be3c
parent 7321 e016b65fd284
child 7352 6c336e7dc145
--- a/hgext/patchbomb.py	Fri Nov 07 10:18:12 2008 +0100
+++ b/hgext/patchbomb.py	Fri Nov 07 10:18:55 2008 +0100
@@ -175,9 +175,9 @@
             raise ValueError
 
         if opts.get('attach'):
-             body = ('\n'.join(desc[1:]).strip() or
-                   'Patch subject is complete summary.')
-             body += '\n\n\n'
+            body = ('\n'.join(desc[1:]).strip() or
+                    'Patch subject is complete summary.')
+            body += '\n\n\n'
 
         if opts.get('plain'):
             while patch and patch[0].startswith('# '):