Mercurial > hg-stable
changeset 43181:5ff32fdf0b0b
help: adding a help category to narrow and remotefilelog commands
Differential Revision: https://phab.mercurial-scm.org/D6998
author | Rodrigo Damazio <rdamazio@google.com> |
---|---|
date | Sun, 06 Oct 2019 03:30:00 -0400 |
parents | b3dda04e851b |
children | a66e2844b0c6 |
files | hgext/narrow/narrowcommands.py hgext/remotefilelog/__init__.py |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/narrow/narrowcommands.py Sun Sep 15 17:02:31 2019 +0900 +++ b/hgext/narrow/narrowcommands.py Sun Oct 06 03:30:00 2019 -0400 @@ -445,6 +445,7 @@ + commands.remoteopts, _(b'[OPTIONS]... [REMOTE]'), inferrepo=True, + helpcategory=command.CATEGORY_MAINTENANCE, ) def trackedcmd(ui, repo, remotepath=None, *pats, **opts): """show or change the current narrowspec
--- a/hgext/remotefilelog/__init__.py Sun Sep 15 17:02:31 2019 +0900 +++ b/hgext/remotefilelog/__init__.py Sun Oct 06 03:30:00 2019 -0400 @@ -1234,6 +1234,7 @@ ] + commands.walkopts, _(b'hg prefetch [OPTIONS] [FILE...]'), + helpcategory=command.CATEGORY_MAINTENANCE, ) def prefetch(ui, repo, *pats, **opts): """prefetch file revisions from the server