diff -r 9c6473d2038b -r c303d65d2e34 hgext/record.py --- 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