diff --git a/hgext/narrow/narrowcommands.py b/hgext/narrow/narrowcommands.py --- a/hgext/narrow/narrowcommands.py +++ b/hgext/narrow/narrowcommands.py @@ -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 --git a/hgext/remotefilelog/__init__.py b/hgext/remotefilelog/__init__.py --- a/hgext/remotefilelog/__init__.py +++ b/hgext/remotefilelog/__init__.py @@ -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