patchbomb: describe --attach and --inline options in help

This commit is contained in:
Martin Geisler 2009-05-17 15:30:45 +02:00
parent b8c83b315b
commit bcada47039

View File

@ -192,6 +192,11 @@ def patchbomb(ui, repo, *revs, **opts):
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)