# HG changeset patch # User Joerg Sonnenberger # Date 1647915541 -3600 # Node ID 6e7ae547e38d881302bbf7f4ee23253330e8ad45 # Parent 9120c0cd935c705caeee9bae6abe1fe6f0bf1921 pullbundle: fix file name in the help text It is pullbundles.manifest and not pullbundle.manifest. Differential Revision: https://phab.mercurial-scm.org/D12391 diff -r 9120c0cd935c -r 6e7ae547e38d i18n/ja.po --- a/i18n/ja.po Mon Mar 21 14:21:10 2022 -0700 +++ b/i18n/ja.po Tue Mar 22 03:19:01 2022 +0100 @@ -26642,7 +26642,7 @@ msgid "" "``pullbundle``\n" -" When set, the server will check pullbundle.manifest for bundles\n" +" When set, the server will check pullbundles.manifest for bundles\n" " covering the requested heads and common nodes. The first matching\n" " entry will be streamed to the client." msgstr "" diff -r 9120c0cd935c -r 6e7ae547e38d i18n/pt_BR.po --- a/i18n/pt_BR.po Mon Mar 21 14:21:10 2022 -0700 +++ b/i18n/pt_BR.po Tue Mar 22 03:19:01 2022 +0100 @@ -27460,12 +27460,12 @@ msgid "" "``pullbundle``\n" -" When set, the server will check pullbundle.manifest for bundles\n" +" When set, the server will check pullbundles.manifest for bundles\n" " covering the requested heads and common nodes. The first matching\n" " entry will be streamed to the client." msgstr "" "``pullbundle``\n" -" Se definido, o servidor verificará pullbundle.manifest para\n" +" Se definido, o servidor verificará pullbundles.manifest para\n" " arquivos de bundle que contiverem as cabeças e nós comuns\n" " pedidos. A primeira entrada correspondente será enviadas para\n" " o cliente." diff -r 9120c0cd935c -r 6e7ae547e38d mercurial/helptext/config.txt --- a/mercurial/helptext/config.txt Mon Mar 21 14:21:10 2022 -0700 +++ b/mercurial/helptext/config.txt Tue Mar 22 03:19:01 2022 +0100 @@ -2293,7 +2293,7 @@ effectively prevents concurrent pushes. ``pullbundle`` - When set, the server will check pullbundle.manifest for bundles + When set, the server will check pullbundles.manifest for bundles covering the requested heads and common nodes. The first matching entry will be streamed to the client. diff -r 9120c0cd935c -r 6e7ae547e38d tests/test-pull-bundle.t --- a/tests/test-pull-bundle.t Mon Mar 21 14:21:10 2022 -0700 +++ b/tests/test-pull-bundle.t Tue Mar 22 03:19:01 2022 +0100 @@ -194,7 +194,7 @@ * sending pullbundle "0.hg" (glob) $ rm repo/.hg/blackbox.log -Test processing when nodes used in the pullbundle.manifest end up being hidden +Test processing when nodes used in the pullbundles.manifest end up being hidden $ hg --repo repo debugobsolete ed1b79f46b9a29f5a6efa59cf12fcfca43bead5a 1 new obsolescence markers