# HG changeset patch # User Peter Arrenbrecht # Date 1226049535 -3600 # Node ID b05834d6be3c76ace23ea7f7bc5ca7690e600f64 # Parent e016b65fd2843027861afc64b060d7bda3345687 patchbomb: fix indentation diff -r e016b65fd284 -r b05834d6be3c hgext/patchbomb.py --- 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('# '):