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