Mercurial > hg > mercurial-source
diff tests/test-ssh.t @ 16934:f635c476fa3f
serve: lowercase "no repo here" message
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Tue, 12 Jun 2012 14:18:18 +0200 (2012-06-12) |
parents | 2774576dee4d |
children | 9c892c830a72 |
line wrap: on
line diff
--- a/tests/test-ssh.t +++ b/tests/test-ssh.t @@ -21,14 +21,14 @@ repo not found error $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/nonexistent local - remote: abort: There is no Mercurial repository here (.hg not found)! + remote: abort: there is no Mercurial repository here (.hg not found)! abort: no suitable response from remote hg! [255] non-existent absolute path $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy//`pwd`/nonexistent local - remote: abort: There is no Mercurial repository here (.hg not found)! + remote: abort: there is no Mercurial repository here (.hg not found)! abort: no suitable response from remote hg! [255]