hgext/show.py
changeset 40293 c303d65d2e34
parent 37709 7b2955624777
child 42057 566daffc607d
--- a/hgext/show.py	Fri Oct 12 17:57:36 2018 +0200
+++ b/hgext/show.py	Sat Oct 13 02:17:41 2018 -0700
@@ -93,7 +93,8 @@
     # is an important part of the 'hg show' user experience and the entire
     # 'hg show' experience is experimental.
     ('T', 'template', '', ('display with template'), _('TEMPLATE')),
-    ], _('VIEW'))
+    ], _('VIEW'),
+    helpcategory=command.CATEGORY_CHANGE_NAVIGATION)
 def show(ui, repo, view=None, template=None):
     """show various repository information