tests/test-pull-bundle.t
branchstable
changeset 48980 6e7ae547e38d
parent 47155 96ee8ca99f5a
child 49577 53e4f44ba0e8
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