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_ |
|
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