Comments
Patch
@@ -1072,7 +1072,8 @@
('r', 'rev', [], _('prefetch the specified revisions'), _('REV')),
('', 'repack', False, _('run repack after prefetch')),
('b', 'base', '', _("rev that is assumed to already be local")),
- ] + commands.walkopts, _('hg prefetch [OPTIONS] [FILE...]'))
+ ] + commands.walkopts, _('hg prefetch [OPTIONS] [FILE...]'),
+ helpcategory=command.CATEGORY_MAINTENANCE)
def prefetch(ui, repo, *pats, **opts):
"""prefetch file revisions from the server
@@ -340,7 +340,8 @@
_('update working copy when the store has changed')),
] + commands.remoteopts,
_('[OPTIONS]... [REMOTE]'),
- inferrepo=True)
+ inferrepo=True,
+ helpcategory=command.CATEGORY_MAINTENANCE)
def trackedcmd(ui, repo, remotepath=None, *pats, **opts):
"""show or change the current narrowspec