# HG changeset patch # User Cédric Duval # Date 1242546349 -7200 # Node ID e88cc16ba603507c8bb2315e05fa7416dac11634 # Parent dd24488cba2d219ef1158227695e40079a64f290 patchbomb: fix help to reflect actual operation In the body, the description is shown in its entirety, unstripped from what was already in the subject. diff -r dd24488cba2d -r e88cc16ba603 hgext/patchbomb.py --- a/hgext/patchbomb.py Sun May 17 14:35:06 2009 +0200 +++ b/hgext/patchbomb.py Sun May 17 09:45:49 2009 +0200 @@ -14,7 +14,7 @@ first line of the changeset description as the subject text. The message contains two or three body parts: - The remainder of the changeset description. + The changeset description. [Optional] The result of running diffstat on the patch. @@ -187,10 +187,10 @@ Each patch email has a Subject line of "[PATCH M of N] ...", using the first line of the changeset description as the subject text. - The message contains two or three body parts. First, the rest of - the changeset description. Next, (optionally) if the diffstat - program is installed, the result of running diffstat on the patch. - Finally, the patch itself, as generated by "hg export". + The message contains two or three parts. First, the changeset + description. Next, (optionally) if the diffstat program is + installed, the result of running diffstat on the patch. Finally, + the patch itself, as generated by "hg export". With -o/--outgoing, emails will be generated for patches not found in the destination repository (or only those which are ancestors