hgext/githelp.py
branchstable
changeset 40404 956ec6f1320d
parent 40295 fa88170c10bb
child 41387 876494fd967d
--- a/hgext/githelp.py	Wed Oct 10 12:25:28 2018 -0400
+++ b/hgext/githelp.py	Mon Oct 22 14:46:06 2018 -0400
@@ -50,8 +50,9 @@
     s = re.sub('~$', '~1', s)
     return s
 
-@command('^githelp|git', [
-    ], _('hg githelp'))
+@command('githelp|git', [
+    ], _('hg githelp'),
+    helpcategory=command.CATEGORY_HELP, helpbasic=True)
 def githelp(ui, repo, *args, **kwargs):
     '''suggests the Mercurial equivalent of the given git command