tests/test-lfs-serve.t
changeset 50281 2cf264e9aa75
parent 48879 9987d14ad63f
child 50285 10db46e128d4
equal deleted inserted replaced
50280:806ca6bd0719 50281:2cf264e9aa75
   306 
   306 
   307   $ hg init $TESTTMP/client4_pull
   307   $ hg init $TESTTMP/client4_pull
   308   $ hg -R $TESTTMP/client4_pull pull http://localhost:$HGPORT
   308   $ hg -R $TESTTMP/client4_pull pull http://localhost:$HGPORT
   309   pulling from http://localhost:$HGPORT/
   309   pulling from http://localhost:$HGPORT/
   310   requesting all changes
   310   requesting all changes
   311   remote: abort: no common changegroup version
   311   adding changesets
   312   abort: pull failed on remote
   312   adding manifests
   313   [100]
   313   adding file changes
       
   314   transaction abort!
       
   315   rollback completed
       
   316   abort: missing processor for flag '0x2000'
       
   317   [50]
   314   $ hg debugrequires -R $TESTTMP/client4_pull/ | grep 'lfs'
   318   $ hg debugrequires -R $TESTTMP/client4_pull/ | grep 'lfs'
   315   [1]
   319   [1]
   316   $ hg debugrequires -R $SERVER_PATH --config extensions.lfs= | grep 'lfs'
   320   $ hg debugrequires -R $SERVER_PATH --config extensions.lfs= | grep 'lfs'
   317   lfs
   321   lfs
   318 
   322