Mercurial > hg
changeset 45133:81859d38e009
purge: classify as a "working directory management" command in help
It seems to me that `hg purge` is clearly a "working directory
management" command and not a "repository management" command. The
working copy is all that's affected, after all; the repo is not
affected at all.
Differential Revision: https://phab.mercurial-scm.org/D8757
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Wed, 15 Jul 2020 13:19:09 -0700 |
parents | 9d532329ee97 |
children | 487df3676d2c |
files | hgext/purge.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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