[PATCH] fix contrib/patchbomb

Alexis S. L. Carvalho alexis at cecm.usp.br
Sun Aug 28 20:50:07 CDT 2005


# HG changeset patch
# User Alexis S. L. Carvalho <alexis at cecm.usp.br>
# Node ID 0a8b1fe2d37e8d5857a4cc28223b3c56cd39120e
# Parent  32feebd7ea378efed428e873dac3f9562863e85e
fix contrib/patchbomb

diff -r 32feebd7ea37 -r 0a8b1fe2d37e contrib/patchbomb
--- a/contrib/patchbomb	Mon Aug 29 01:12:06 2005
+++ b/contrib/patchbomb	Mon Aug 29 01:46:46 2005
@@ -118,6 +118,7 @@
         #body = ('\n'.join(desc[1:]).strip() or
         #        'Patch subject is complete summary.')
         #body += '\n\n\n'
+        body = ''
 
         if opts['diffstat']:
             body += cdiffstat('\n'.join(desc), patch) + '\n\n'


More information about the Mercurial mailing list