diff -r fabbf9310025 -r fa88170c10bb hgext/blackbox.py --- a/hgext/blackbox.py Fri Oct 12 18:06:32 2018 +0200 +++ b/hgext/blackbox.py Fri Oct 12 18:49:11 2018 +0200 @@ -226,11 +226,12 @@ repo._wlockfreeprefix.add('blackbox.log') -@command('^blackbox', +@command('blackbox', [('l', 'limit', 10, _('the number of events to show')), ], _('hg blackbox [OPTION]...'), - helpcategory=command.CATEGORY_MAINTENANCE) + helpcategory=command.CATEGORY_MAINTENANCE, + helpbasic=True) def blackbox(ui, repo, *revs, **opts): '''view the recent repository events '''