changeset 40293 | c303d65d2e34 |
parent 38783 | e7aa113b14f7 |
child 40295 | fa88170c10bb |
--- a/hgext/blackbox.py Fri Oct 12 17:57:36 2018 +0200 +++ b/hgext/blackbox.py Sat Oct 13 02:17:41 2018 -0700 @@ -229,7 +229,8 @@ @command('^blackbox', [('l', 'limit', 10, _('the number of events to show')), ], - _('hg blackbox [OPTION]...')) + _('hg blackbox [OPTION]...'), + helpcategory=command.CATEGORY_MAINTENANCE) def blackbox(ui, repo, *revs, **opts): '''view the recent repository events '''