hgext/blackbox.py
changeset 40295 fa88170c10bb
parent 40293 c303d65d2e34
child 40504 25f1c7bd649d
--- 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
     '''