hgext/record.py
changeset 40293 c303d65d2e34
parent 35403 154e822bf514
child 40295 fa88170c10bb
--- a/hgext/record.py	Fri Oct 12 17:57:36 2018 +0200
+++ b/hgext/record.py	Sat Oct 13 02:17:41 2018 -0700
@@ -34,7 +34,8 @@
          # same options as commit + white space diff options
         [c for c in commands.table['^commit|ci'][1][:]
             if c[1] != "interactive"] + cmdutil.diffwsopts,
-          _('hg record [OPTION]... [FILE]...'))
+          _('hg record [OPTION]... [FILE]...'),
+        helpcategory=command.CATEGORY_COMMITTING)
 def record(ui, repo, *pats, **opts):
     '''interactively select changes to commit
 
@@ -94,6 +95,7 @@
 @command('qrecord',
     [],
     _('hg qrecord [OPTION]... PATCH [FILE]...'),
+    helpcategory=command.CATEGORY_COMMITTING,
     inferrepo=True)
 def qrecord(ui, repo, patch, *pats, **opts):
     '''interactively record a new patch