patchbomb: eliminate silly complete summary message
authormpm@selenic.com
Sat, 27 Aug 2005 23:10:49 -0700
changeset 1118 63b5f68d8167
parent 1117 30ab5b8ee8ec
child 1119 7fca9752d945
patchbomb: eliminate silly complete summary message No longer makes sense without attachments
contrib/patchbomb
--- a/contrib/patchbomb	Sat Aug 27 22:04:17 2005 -0700
+++ b/contrib/patchbomb	Sat Aug 27 23:10:49 2005 -0700
@@ -114,9 +114,11 @@
             if line.startswith('diff -r'): break
             desc.append(line)
         if not node: raise ValueError
-        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['diffstat']:
             body += cdiffstat('\n'.join(desc), patch) + '\n\n'
         body += '\n'.join(patch)