tests/test-ssh.t
changeset 30155 b7a966ce89ed
parent 29064 9dc27a334fb1
child 30234 34a5f6c66bc5
equal deleted inserted replaced
30154:5e72129d75ed 30155:b7a966ce89ed
    52 
    52 
    53 clone remote via stream
    53 clone remote via stream
    54 
    54 
    55   $ hg clone -e "python \"$TESTDIR/dummyssh\"" --uncompressed ssh://user@dummy/remote local-stream
    55   $ hg clone -e "python \"$TESTDIR/dummyssh\"" --uncompressed ssh://user@dummy/remote local-stream
    56   streaming all changes
    56   streaming all changes
    57   4 files to transfer, 615 bytes of data
    57   4 files to transfer, 602 bytes of data
    58   transferred 615 bytes in * seconds (*) (glob)
    58   transferred 602 bytes in * seconds (*) (glob)
    59   searching for changes
    59   searching for changes
    60   no changes found
    60   no changes found
    61   updating to branch default
    61   updating to branch default
    62   2 files updated, 0 files merged, 0 files removed, 0 files unresolved
    62   2 files updated, 0 files merged, 0 files removed, 0 files unresolved
    63   $ cd local-stream
    63   $ cd local-stream
    74 clone bookmarks via stream
    74 clone bookmarks via stream
    75 
    75 
    76   $ hg -R local-stream book mybook
    76   $ hg -R local-stream book mybook
    77   $ hg clone -e "python \"$TESTDIR/dummyssh\"" --uncompressed ssh://user@dummy/local-stream stream2
    77   $ hg clone -e "python \"$TESTDIR/dummyssh\"" --uncompressed ssh://user@dummy/local-stream stream2
    78   streaming all changes
    78   streaming all changes
    79   4 files to transfer, 615 bytes of data
    79   4 files to transfer, 602 bytes of data
    80   transferred 615 bytes in * seconds (*) (glob)
    80   transferred 602 bytes in * seconds (*) (glob)
    81   searching for changes
    81   searching for changes
    82   no changes found
    82   no changes found
    83   updating to branch default
    83   updating to branch default
    84   2 files updated, 0 files merged, 0 files removed, 0 files unresolved
    84   2 files updated, 0 files merged, 0 files removed, 0 files unresolved
    85   $ cd stream2
    85   $ cd stream2