patchbomb: describe --attach and --inline options in help
authorMartin Geisler <mg@lazybytes.net>
Sun, 17 May 2009 15:30:45 +0200
changeset 8472 223363bb6d66
parent 8471 e88cc16ba603
child 8473 69f51fd9fb48
patchbomb: describe --attach and --inline options in help
hgext/patchbomb.py
--- 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)