##// END OF EJS Templates
patchbomb: fix help to reflect actual operation...
Cédric Duval -
r8471:e88cc16b default
parent child Browse files
Show More
@@ -14,7 +14,7 b' Each patch email has a Subject line of "'
14 first line of the changeset description as the subject text. The
14 first line of the changeset description as the subject text. The
15 message contains two or three body parts:
15 message contains two or three body parts:
16
16
17 The remainder of the changeset description.
17 The changeset description.
18
18
19 [Optional] The result of running diffstat on the patch.
19 [Optional] The result of running diffstat on the patch.
20
20
@@ -187,10 +187,10 b' def patchbomb(ui, repo, *revs, **opts):'
187
187
188 Each patch email has a Subject line of "[PATCH M of N] ...", using
188 Each patch email has a Subject line of "[PATCH M of N] ...", using
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 body parts. First, the rest of
190 The message contains two or three parts. First, the changeset
191 the changeset description. Next, (optionally) if the diffstat
191 description. Next, (optionally) if the diffstat program is
192 program is installed, the result of running diffstat on the patch.
192 installed, the result of running diffstat on the patch. Finally,
193 Finally, the patch itself, as generated by "hg export".
193 the patch itself, as generated by "hg export".
194
194
195 With -o/--outgoing, emails will be generated for patches not found
195 With -o/--outgoing, emails will be generated for patches not found
196 in the destination repository (or only those which are ancestors
196 in the destination repository (or only those which are ancestors
General Comments 0
You need to be logged in to leave comments. Login now