hgext/githelp.py
changeset 40293 c303d65d2e34
parent 38143 c3960c7e66fa
child 40295 fa88170c10bb
--- a/hgext/githelp.py	Fri Oct 12 17:57:36 2018 +0200
+++ b/hgext/githelp.py	Sat Oct 13 02:17:41 2018 -0700
@@ -51,7 +51,8 @@
     return s
 
 @command('^githelp|git', [
-    ], _('hg githelp'))
+    ], _('hg githelp'),
+    helpcategory=command.CATEGORY_HELP)
 def githelp(ui, repo, *args, **kwargs):
     '''suggests the Mercurial equivalent of the given git command