Mercurial > hg
diff tests/test-ssh.t @ 21220:b04a2f49cb55
merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 01 May 2014 19:24:03 -0500 |
parents | d36440d84328 |
children | 8341c677c204 |
line wrap: on
line diff
--- a/tests/test-ssh.t Thu Apr 17 16:56:15 2014 -0400 +++ b/tests/test-ssh.t Thu May 01 19:24:03 2014 -0500 @@ -284,6 +284,10 @@ $ hg id --ssh "python \"$TESTDIR/dummyssh\"" "ssh://user@dummy/a repo" 73649e48688a + $ hg id --ssh "python \"$TESTDIR/dummyssh\"" "ssh://user@dummy/a repo#noNoNO" + abort: unknown revision 'noNoNO'! + [255] + Test (non-)escaping of remote paths with spaces when cloning (issue3145): $ hg clone --ssh "python \"$TESTDIR/dummyssh\"" "ssh://user@dummy/a repo" @@ -382,3 +386,4 @@ Got arguments 1:user@dummy 2:hg -R 'a repo' serve --stdio Got arguments 1:user@dummy 2:hg -R 'a repo' serve --stdio Got arguments 1:user@dummy 2:hg -R 'a repo' serve --stdio + Got arguments 1:user@dummy 2:hg -R 'a repo' serve --stdio