# HG changeset patch # User Martin Geisler # Date 1242567045 -7200 # Node ID 223363bb6d66ecb3ac5bf10f7a75bbc4f797a19f # Parent e88cc16ba603507c8bb2315e05fa7416dac11634 patchbomb: describe --attach and --inline options in help diff -r e88cc16ba603 -r 223363bb6d66 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)