diff -r 9c6473d2038b -r c303d65d2e34 hgext/fix.py --- a/hgext/fix.py Fri Oct 12 17:57:36 2018 +0200 +++ b/hgext/fix.py Sat Oct 13 02:17:41 2018 -0700 @@ -109,7 +109,8 @@ wholeopt = ('', 'whole', False, _('always fix every line of a file')) usage = _('[OPTION]... [FILE]...') -@command('fix', [allopt, baseopt, revopt, wdiropt, wholeopt], usage) +@command('fix', [allopt, baseopt, revopt, wdiropt, wholeopt], usage, + helpcategory=command.CATEGORY_FILE_CONTENTS) def fix(ui, repo, *pats, **opts): """rewrite file content in changesets or working directory