tests/test-largefiles.t
branchstable
changeset 16350 4f795f5fbb0b
parent 16282 50247a7a9983
child 16351 d6a4cfefafb3
equal deleted inserted replaced
16349:425f1fbcfb94 16350:4f795f5fbb0b
   841 
   841 
   842 used all HGPORTs, kill all daemons
   842 used all HGPORTs, kill all daemons
   843   $ "$TESTDIR/killdaemons.py"
   843   $ "$TESTDIR/killdaemons.py"
   844 
   844 
   845 vanilla clients locked out from largefiles ssh repos
   845 vanilla clients locked out from largefiles ssh repos
   846   $ hg --config extensions.largefiles=! clone -e "python $TESTDIR/dummyssh" ssh://user@dummy/r4 r5
   846   $ hg --config extensions.largefiles=! clone -e 'python "$TESTDIR/dummyssh"' ssh://user@dummy/r4 r5
   847   abort: remote error:
   847   abort: remote error:
   848   
   848   
   849   This repository uses the largefiles extension.
   849   This repository uses the largefiles extension.
   850   
   850   
   851   Please enable it in your Mercurial config file.
   851   Please enable it in your Mercurial config file.