##// END OF EJS Templates
purge: classify as a "working directory management" command in help...
Martin von Zweigbergk -
r45693:81859d38 default
parent child Browse files
Show More
@@ -64,7 +64,7 b" testedwith = b'ships-with-hg-core'"
64 ]
64 ]
65 + cmdutil.walkopts,
65 + cmdutil.walkopts,
66 _(b'hg purge [OPTION]... [DIR]...'),
66 _(b'hg purge [OPTION]... [DIR]...'),
67 helpcategory=command.CATEGORY_MAINTENANCE,
67 helpcategory=command.CATEGORY_WORKING_DIRECTORY,
68 )
68 )
69 def purge(ui, repo, *dirs, **opts):
69 def purge(ui, repo, *dirs, **opts):
70 '''removes files not tracked by Mercurial
70 '''removes files not tracked by Mercurial
General Comments 0
You need to be logged in to leave comments. Login now