Mercurial > hg-stable
comparison hgext/remotefilelog/__init__.py @ 43181:5ff32fdf0b0b
help: adding a help category to narrow and remotefilelog commands
Differential Revision: https://phab.mercurial-scm.org/D6998
author | Rodrigo Damazio <rdamazio@google.com> |
---|---|
date | Sun, 06 Oct 2019 03:30:00 -0400 |
parents | 8ff1ecfadcd1 |
children | 63bb6dc62f24 9f70512ae2cf |
comparison
equal
deleted
inserted
replaced
43180:b3dda04e851b | 43181:5ff32fdf0b0b |
---|---|
1232 (b'', b'repack', False, _(b'run repack after prefetch')), | 1232 (b'', b'repack', False, _(b'run repack after prefetch')), |
1233 (b'b', b'base', b'', _(b"rev that is assumed to already be local")), | 1233 (b'b', b'base', b'', _(b"rev that is assumed to already be local")), |
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 |
1240 | 1241 |
1241 Prefetchs file revisions for the specified revs and stores them in the | 1242 Prefetchs file revisions for the specified revs and stores them in the |