##// END OF EJS Templates
Make diffstat optional for patchbomb script.
Thomas Arendsen Hein -
r1136:d4518885 default
parent child Browse files
Show More
@@ -192,6 +192,7 b' def patchbomb(ui, repo, *revs, **opts):'
192
192
193 ui.write('\n')
193 ui.write('\n')
194
194
195 if opts['diffstat']:
195 d = cdiffstat('Final summary:\n', jumbo)
196 d = cdiffstat('Final summary:\n', jumbo)
196 if d: msg.attach(MIMEText(d))
197 if d: msg.attach(MIMEText(d))
197
198
General Comments 0
You need to be logged in to leave comments. Login now