tests/test-ssh-bundle1.t
changeset 34393 fffd3369aa83
parent 34322 10e162bb9bf5
child 34661 eb586ed5d8ce
equal deleted inserted replaced
34392:aea6344e989b 34393:fffd3369aa83
    56   abort: no suitable response from remote hg!
    56   abort: no suitable response from remote hg!
    57   [255]
    57   [255]
    58 
    58 
    59 clone remote via stream
    59 clone remote via stream
    60 
    60 
    61   $ hg clone -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" --uncompressed ssh://user@dummy/remote local-stream
    61   $ hg clone -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" --stream ssh://user@dummy/remote local-stream
    62   streaming all changes
    62   streaming all changes
    63   4 files to transfer, 602 bytes of data
    63   4 files to transfer, 602 bytes of data
    64   transferred 602 bytes in * seconds (*) (glob)
    64   transferred 602 bytes in * seconds (*) (glob)
    65   searching for changes
    65   searching for changes
    66   no changes found
    66   no changes found
    78   $ cd ..
    78   $ cd ..
    79 
    79 
    80 clone bookmarks via stream
    80 clone bookmarks via stream
    81 
    81 
    82   $ hg -R local-stream book mybook
    82   $ hg -R local-stream book mybook
    83   $ hg clone -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" --uncompressed ssh://user@dummy/local-stream stream2
    83   $ hg clone -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" --stream ssh://user@dummy/local-stream stream2
    84   streaming all changes
    84   streaming all changes
    85   4 files to transfer, 602 bytes of data
    85   4 files to transfer, 602 bytes of data
    86   transferred 602 bytes in * seconds (*) (glob)
    86   transferred 602 bytes in * seconds (*) (glob)
    87   searching for changes
    87   searching for changes
    88   no changes found
    88   no changes found