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 |
|
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 |
|
190 | The message contains two or three parts. First, the changeset | |
191 |
|
|
191 | description. Next, (optionally) if the diffstat program is | |
192 |
|
|
192 | installed, the result of running diffstat on the patch. Finally, | |
193 |
|
|
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