Mercurial > hg
diff hgext/patchbomb.py @ 8472:223363bb6d66
patchbomb: describe --attach and --inline options in help
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 17 May 2009 15:30:45 +0200 |
parents | e88cc16ba603 |
children | 69f51fd9fb48 |
line wrap: on
line diff
--- 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)