hgext/purge.py
changeset 40293 c303d65d2e34
parent 39463 7fea205fd5dc
child 43076 2372284d9457
--- 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