comparison tests/test-ssh.t @ 16935:f635c476fa3f

serve: lowercase "no repo here" message
author Martin Geisler <mg@aragost.com>
date Tue, 12 Jun 2012 14:18:18 +0200
parents 2774576dee4d
children 9c892c830a72
comparison
equal deleted inserted replaced
16934:0c9c41e53f1a 16935:f635c476fa3f
19 $ cd .. 19 $ cd ..
20 20
21 repo not found error 21 repo not found error
22 22
23 $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/nonexistent local 23 $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/nonexistent local
24 remote: abort: There is no Mercurial repository here (.hg not found)! 24 remote: abort: there is no Mercurial repository here (.hg not found)!
25 abort: no suitable response from remote hg! 25 abort: no suitable response from remote hg!
26 [255] 26 [255]
27 27
28 non-existent absolute path 28 non-existent absolute path
29 29
30 $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy//`pwd`/nonexistent local 30 $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy//`pwd`/nonexistent local
31 remote: abort: There is no Mercurial repository here (.hg not found)! 31 remote: abort: there is no Mercurial repository here (.hg not found)!
32 abort: no suitable response from remote hg! 32 abort: no suitable response from remote hg!
33 [255] 33 [255]
34 34
35 clone remote via stream 35 clone remote via stream
36 36