hgext/hgk.py
changeset 40293 c303d65d2e34
parent 38783 e7aa113b14f7
child 43076 2372284d9457
--- a/hgext/hgk.py	Fri Oct 12 17:57:36 2018 +0200
+++ b/hgext/hgk.py	Sat Oct 13 02:17:41 2018 -0700
@@ -345,7 +345,8 @@
 @command('view',
     [('l', 'limit', '',
      _('limit number of changes displayed'), _('NUM'))],
-    _('[-l LIMIT] [REVRANGE]'))
+    _('[-l LIMIT] [REVRANGE]'),
+    helpcategory=command.CATEGORY_CHANGE_NAVIGATION)
 def view(ui, repo, *etc, **opts):
     "start interactive history viewer"
     opts = pycompat.byteskwargs(opts)