equal
deleted
inserted
replaced
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. |