tests/test-ssh.t
changeset 26142 7332bf4ae959
parent 26141 fa6ba7c9600b
child 26828 00e75baa810f
equal deleted inserted replaced
26141:fa6ba7c9600b 26142:7332bf4ae959
    32   $ cd ..
    32   $ cd ..
    33 
    33 
    34 repo not found error
    34 repo not found error
    35 
    35 
    36   $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/nonexistent local
    36   $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/nonexistent local
    37   remote: abort: there is no Mercurial repository here (.hg not found)!
    37   remote: abort: repository nonexistent not found!
    38   abort: no suitable response from remote hg!
    38   abort: no suitable response from remote hg!
    39   [255]
    39   [255]
    40 
    40 
    41 non-existent absolute path
    41 non-existent absolute path
    42 
    42 
    43   $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/`pwd`/nonexistent local
    43   $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/`pwd`/nonexistent local
    44   remote: abort: there is no Mercurial repository here (.hg not found)!
    44   remote: abort: repository $TESTTMP/nonexistent not found!
    45   abort: no suitable response from remote hg!
    45   abort: no suitable response from remote hg!
    46   [255]
    46   [255]
    47 
    47 
    48 clone remote via stream
    48 clone remote via stream
    49 
    49 
   117 
   117 
   118 pull from wrong ssh URL
   118 pull from wrong ssh URL
   119 
   119 
   120   $ hg pull -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/doesnotexist
   120   $ hg pull -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/doesnotexist
   121   pulling from ssh://user@dummy/doesnotexist
   121   pulling from ssh://user@dummy/doesnotexist
   122   remote: abort: there is no Mercurial repository here (.hg not found)!
   122   remote: abort: repository doesnotexist not found!
   123   abort: no suitable response from remote hg!
   123   abort: no suitable response from remote hg!
   124   [255]
   124   [255]
   125 
   125 
   126 local change
   126 local change
   127 
   127