##// END OF EJS Templates
help: adding a help category to narrow and remotefilelog commands...
Rodrigo Damazio -
r43451:5ff32fdf default
parent child Browse files
Show More
@@ -445,6 +445,7 b' def _widen('
445 + commands.remoteopts,
445 + commands.remoteopts,
446 _(b'[OPTIONS]... [REMOTE]'),
446 _(b'[OPTIONS]... [REMOTE]'),
447 inferrepo=True,
447 inferrepo=True,
448 helpcategory=command.CATEGORY_MAINTENANCE,
448 )
449 )
449 def trackedcmd(ui, repo, remotepath=None, *pats, **opts):
450 def trackedcmd(ui, repo, remotepath=None, *pats, **opts):
450 """show or change the current narrowspec
451 """show or change the current narrowspec
@@ -1234,6 +1234,7 b' def resolveprefetchopts(ui, opts):'
1234 ]
1234 ]
1235 + commands.walkopts,
1235 + commands.walkopts,
1236 _(b'hg prefetch [OPTIONS] [FILE...]'),
1236 _(b'hg prefetch [OPTIONS] [FILE...]'),
1237 helpcategory=command.CATEGORY_MAINTENANCE,
1237 )
1238 )
1238 def prefetch(ui, repo, *pats, **opts):
1239 def prefetch(ui, repo, *pats, **opts):
1239 """prefetch file revisions from the server
1240 """prefetch file revisions from the server
General Comments 0
You need to be logged in to leave comments. Login now