hgext/graphlog.py
changeset 40293 c303d65d2e34
parent 34997 0c9ba2ac60a8
child 43076 2372284d9457
--- a/hgext/graphlog.py	Fri Oct 12 17:57:36 2018 +0200
+++ b/hgext/graphlog.py	Sat Oct 13 02:17:41 2018 -0700
@@ -54,6 +54,7 @@
      _('do not display revision or any of its ancestors'), _('REV')),
     ] + cmdutil.logopts + cmdutil.walkopts,
     _('[OPTION]... [FILE]'),
+    helpcategory=command.CATEGORY_CHANGE_NAVIGATION,
     inferrepo=True)
 def glog(ui, repo, *pats, **opts):
     """show revision history alongside an ASCII revision graph