--- a/hgext/patchbomb.py Sun May 17 09:45:49 2009 +0200
+++ b/hgext/patchbomb.py Sun May 17 15:30:45 2009 +0200
@@ -192,6 +192,11 @@
installed, the result of running diffstat on the patch. Finally,
the patch itself, as generated by "hg export".
+ By default the patch is included as text in the email body for
+ easy reviewing. Using the -a/--attach option will instead create
+ an attachment for the patch. With -i/--inline an inline attachment
+ will be created.
+
With -o/--outgoing, emails will be generated for patches not found
in the destination repository (or only those which are ancestors
of the specified revisions if any are provided)