hgext/closehead.py
changeset 40293 c303d65d2e34
parent 40228 a17c07793dcd
child 43076 2372284d9457
--- a/hgext/closehead.py	Fri Oct 12 17:57:36 2018 +0200
+++ b/hgext/closehead.py	Sat Oct 13 02:17:41 2018 -0700
@@ -32,7 +32,9 @@
                _('revision to check'), _('REV'))]
 
 @command('close-head|close-heads', commitopts + commitopts2 + commitopts3,
-    _('[OPTION]... [REV]...'), inferrepo=True)
+    _('[OPTION]... [REV]...'),
+    helpcategory=command.CATEGORY_CHANGE_MANAGEMENT,
+    inferrepo=True)
 def close_branch(ui, repo, *revs, **opts):
     """close the given head revisions