hgext/patchbomb.py
changeset 8471 e88cc16ba603
parent 8331 03cfc6ea93df
child 8472 223363bb6d66
--- 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