comparison tests/test-pull-bundle.t @ 48980:6e7ae547e38d stable

pullbundle: fix file name in the help text It is pullbundles.manifest and not pullbundle.manifest. Differential Revision: https://phab.mercurial-scm.org/D12391
author Joerg Sonnenberger <joerg@bec.de>
date Tue, 22 Mar 2022 03:19:01 +0100
parents 96ee8ca99f5a
children 53e4f44ba0e8
comparison
equal deleted inserted replaced
48979:9120c0cd935c 48980:6e7ae547e38d
192 $ grep 'sending pullbundle ' repo/.hg/blackbox.log 192 $ grep 'sending pullbundle ' repo/.hg/blackbox.log
193 * sending pullbundle "0.hg" (glob) 193 * sending pullbundle "0.hg" (glob)
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
201 $ hg serve --repo repo --config server.view=visible -p $HGPORT -d --pid-file=hg.pid -E errors.log 201 $ hg serve --repo repo --config server.view=visible -p $HGPORT -d --pid-file=hg.pid -E errors.log
202 $ cat hg.pid >> $DAEMON_PIDS 202 $ cat hg.pid >> $DAEMON_PIDS