hgext/fastannotate/commands.py
changeset 40295 fa88170c10bb
parent 39818 24e493ec2229
child 40838 901f6ef670ca
--- a/hgext/fastannotate/commands.py	Fri Oct 12 18:06:32 2018 +0200
+++ b/hgext/fastannotate/commands.py	Fri Oct 12 18:49:11 2018 +0200
@@ -222,8 +222,8 @@
 
 def registercommand():
     """register the fastannotate command"""
-    name = '^fastannotate|fastblame|fa'
-    command(name, **fastannotatecommandargs)(fastannotate)
+    name = 'fastannotate|fastblame|fa'
+    command(name, helpbasic=True, **fastannotatecommandargs)(fastannotate)
 
 def wrapdefault():
     """wrap the default annotate command, to be aware of the protocol"""