hgext/githelp.py
changeset 40295 fa88170c10bb
parent 40293 c303d65d2e34
child 41365 876494fd967d
--- a/hgext/githelp.py	Fri Oct 12 18:06:32 2018 +0200
+++ b/hgext/githelp.py	Fri Oct 12 18:49:11 2018 +0200
@@ -50,9 +50,9 @@
     s = re.sub('~$', '~1', s)
     return s
 
-@command('^githelp|git', [
+@command('githelp|git', [
     ], _('hg githelp'),
-    helpcategory=command.CATEGORY_HELP)
+    helpcategory=command.CATEGORY_HELP, helpbasic=True)
 def githelp(ui, repo, *args, **kwargs):
     '''suggests the Mercurial equivalent of the given git command