##// END OF EJS Templates
pullbundle: fix file name in the help text...
Joerg Sonnenberger -
r49837:6e7ae547 stable
parent child Browse files
Show More
@@ -26642,7 +26642,7 b' msgstr ""'
26642
26642
26643 msgid ""
26643 msgid ""
26644 "``pullbundle``\n"
26644 "``pullbundle``\n"
26645 " When set, the server will check pullbundle.manifest for bundles\n"
26645 " When set, the server will check pullbundles.manifest for bundles\n"
26646 " covering the requested heads and common nodes. The first matching\n"
26646 " covering the requested heads and common nodes. The first matching\n"
26647 " entry will be streamed to the client."
26647 " entry will be streamed to the client."
26648 msgstr ""
26648 msgstr ""
@@ -27460,12 +27460,12 b' msgstr ""'
27460
27460
27461 msgid ""
27461 msgid ""
27462 "``pullbundle``\n"
27462 "``pullbundle``\n"
27463 " When set, the server will check pullbundle.manifest for bundles\n"
27463 " When set, the server will check pullbundles.manifest for bundles\n"
27464 " covering the requested heads and common nodes. The first matching\n"
27464 " covering the requested heads and common nodes. The first matching\n"
27465 " entry will be streamed to the client."
27465 " entry will be streamed to the client."
27466 msgstr ""
27466 msgstr ""
27467 "``pullbundle``\n"
27467 "``pullbundle``\n"
27468 " Se definido, o servidor verificará pullbundle.manifest para\n"
27468 " Se definido, o servidor verificará pullbundles.manifest para\n"
27469 " arquivos de bundle que contiverem as cabeças e nós comuns\n"
27469 " arquivos de bundle que contiverem as cabeças e nós comuns\n"
27470 " pedidos. A primeira entrada correspondente será enviadas para\n"
27470 " pedidos. A primeira entrada correspondente será enviadas para\n"
27471 " o cliente."
27471 " o cliente."
@@ -2293,7 +2293,7 b' Controls generic server settings.'
2293 effectively prevents concurrent pushes.
2293 effectively prevents concurrent pushes.
2294
2294
2295 ``pullbundle``
2295 ``pullbundle``
2296 When set, the server will check pullbundle.manifest for bundles
2296 When set, the server will check pullbundles.manifest for bundles
2297 covering the requested heads and common nodes. The first matching
2297 covering the requested heads and common nodes. The first matching
2298 entry will be streamed to the client.
2298 entry will be streamed to the client.
2299
2299
@@ -194,7 +194,7 b' Test recovery from misconfigured server '
194 * sending pullbundle "0.hg" (glob)
194 * sending pullbundle "0.hg" (glob)
195 $ rm repo/.hg/blackbox.log
195 $ rm repo/.hg/blackbox.log
196
196
197 Test processing when nodes used in the pullbundle.manifest end up being hidden
197 Test processing when nodes used in the pullbundles.manifest end up being hidden
198
198
199 $ hg --repo repo debugobsolete ed1b79f46b9a29f5a6efa59cf12fcfca43bead5a
199 $ hg --repo repo debugobsolete ed1b79f46b9a29f5a6efa59cf12fcfca43bead5a
200 1 new obsolescence markers
200 1 new obsolescence markers
General Comments 0
You need to be logged in to leave comments. Login now