##// END OF EJS Templates
patchbomb: fix indentation
Peter Arrenbrecht -
r7322:b05834d6 default
parent child Browse files
Show More
@@ -175,9 +175,9 b' def patchbomb(ui, repo, *revs, **opts):'
175 raise ValueError
175 raise ValueError
176
176
177 if opts.get('attach'):
177 if opts.get('attach'):
178 body = ('\n'.join(desc[1:]).strip() or
178 body = ('\n'.join(desc[1:]).strip() or
179 'Patch subject is complete summary.')
179 'Patch subject is complete summary.')
180 body += '\n\n\n'
180 body += '\n\n\n'
181
181
182 if opts.get('plain'):
182 if opts.get('plain'):
183 while patch and patch[0].startswith('# '):
183 while patch and patch[0].startswith('# '):
General Comments 0
You need to be logged in to leave comments. Login now