##// END OF EJS Templates
patchbomb: make diffstat usage clearer...
Cédric Duval -
r8473:69f51fd9 default
parent child Browse files
Show More
@@ -189,8 +189,9 b' def patchbomb(ui, repo, *revs, **opts):'
189 the first line of the changeset description as the subject text.
189 the first line of the changeset description as the subject text.
190 The message contains two or three parts. First, the changeset
190 The message contains two or three parts. First, the changeset
191 description. Next, (optionally) if the diffstat program is
191 description. Next, (optionally) if the diffstat program is
192 installed, the result of running diffstat on the patch. Finally,
192 installed and -d/--diffstat is used, the result of running
193 the patch itself, as generated by "hg export".
193 diffstat on the patch. Finally, the patch itself, as generated by
194 "hg export".
194
195
195 By default the patch is included as text in the email body for
196 By default the patch is included as text in the email body for
196 easy reviewing. Using the -a/--attach option will instead create
197 easy reviewing. Using the -a/--attach option will instead create
General Comments 0
You need to be logged in to leave comments. Login now