hgext/releasenotes.py
changeset 40293 c303d65d2e34
parent 40243 96e50dfd8c94
child 41532 bd3f03d8cc9f
--- a/hgext/releasenotes.py	Fri Oct 12 17:57:36 2018 +0200
+++ b/hgext/releasenotes.py	Sat Oct 13 02:17:41 2018 -0700
@@ -492,7 +492,8 @@
         _('REV')),
     ('l', 'list', False, _('list the available admonitions with their title'),
         None)],
-    _('hg releasenotes [-r REV] [-c] FILE'))
+    _('hg releasenotes [-r REV] [-c] FILE'),
+    helpcategory=command.CATEGORY_CHANGE_NAVIGATION)
 def releasenotes(ui, repo, file_=None, **opts):
     """parse release notes from commit messages into an output file