diff -r 9c6473d2038b -r c303d65d2e34 hgext/patchbomb.py --- a/hgext/patchbomb.py Fri Oct 12 17:57:36 2018 +0200 +++ b/hgext/patchbomb.py Sat Oct 13 02:17:41 2018 -0700 @@ -509,7 +509,8 @@ '(with -b/--bundle)'), _('REV')), ('', 'intro', None, _('send an introduction email for a single patch')), ] + emailopts + cmdutil.remoteopts, - _('hg email [OPTION]... [DEST]...')) + _('hg email [OPTION]... [DEST]...'), + helpcategory=command.CATEGORY_IMPORT_EXPORT) def email(ui, repo, *revs, **opts): '''send changesets by email