help: adding a help category to narrow and remotefilelog commands
authorRodrigo Damazio <rdamazio@google.com>
Sun, 06 Oct 2019 03:30:00 -0400
changeset 43181 5ff32fdf0b0b
parent 43180 b3dda04e851b
child 43182 a66e2844b0c6
help: adding a help category to narrow and remotefilelog commands Differential Revision: https://phab.mercurial-scm.org/D6998
hgext/narrow/narrowcommands.py
hgext/remotefilelog/__init__.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
--- 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