diff -r fabbf9310025 -r fa88170c10bb hgext/fastannotate/commands.py --- 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"""