diff -r 9c6473d2038b -r c303d65d2e34 hgext/purge.py --- a/hgext/purge.py Fri Oct 12 17:57:36 2018 +0200 +++ b/hgext/purge.py Sat Oct 13 02:17:41 2018 -0700 @@ -51,7 +51,8 @@ ('0', 'print0', None, _('end filenames with NUL, for use with xargs' ' (implies -p/--print)')), ] + cmdutil.walkopts, - _('hg purge [OPTION]... [DIR]...')) + _('hg purge [OPTION]... [DIR]...'), + helpcategory=command.CATEGORY_MAINTENANCE) def purge(ui, repo, *dirs, **opts): '''removes files not tracked by Mercurial