hgext/patchbomb.py
changeset 40293 c303d65d2e34
parent 40029 e2697acd9381
child 40346 943248e47864
--- 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