hgext/purge.py
changeset 45133 81859d38e009
parent 44289 9f8eddd2723f
child 45942 89a2afe31e82
--- a/hgext/purge.py	Wed Jul 15 22:24:02 2020 -0700
+++ b/hgext/purge.py	Wed Jul 15 13:19:09 2020 -0700
@@ -64,7 +64,7 @@
     ]
     + cmdutil.walkopts,
     _(b'hg purge [OPTION]... [DIR]...'),
-    helpcategory=command.CATEGORY_MAINTENANCE,
+    helpcategory=command.CATEGORY_WORKING_DIRECTORY,
 )
 def purge(ui, repo, *dirs, **opts):
     '''removes files not tracked by Mercurial