# HG changeset patch # User Rodrigo Damazio # Date 1570347000 14400 # Node ID 5ff32fdf0b0b56906067197a356e10bb5175755a # Parent b3dda04e851b1970573503ebbc301f7feecfc9ea help: adding a help category to narrow and remotefilelog commands Differential Revision: https://phab.mercurial-scm.org/D6998 diff -r b3dda04e851b -r 5ff32fdf0b0b hgext/narrow/narrowcommands.py --- 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 diff -r b3dda04e851b -r 5ff32fdf0b0b hgext/remotefilelog/__init__.py --- 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