Show More
@@ -533,9 +533,11 b' contents of fncache file:' | |||||
533 |
|
533 | |||
534 | test bogus URL |
|
534 | test bogus URL | |
535 |
|
535 | |||
|
536 | #if no-msys | |||
536 | $ hg convert -q bzr+ssh://foobar@selenic.com/baz baz |
|
537 | $ hg convert -q bzr+ssh://foobar@selenic.com/baz baz | |
537 | abort: bzr+ssh://foobar@selenic.com/baz: missing or unsupported repository |
|
538 | abort: bzr+ssh://foobar@selenic.com/baz: missing or unsupported repository | |
538 | [255] |
|
539 | [255] | |
|
540 | #endif | |||
539 |
|
541 | |||
540 | test revset converted() lookup |
|
542 | test revset converted() lookup | |
541 |
|
543 |
@@ -59,10 +59,12 b' repo not found error' | |||||
59 |
|
59 | |||
60 | non-existent absolute path |
|
60 | non-existent absolute path | |
61 |
|
61 | |||
|
62 | #if no-msys | |||
62 | $ hg clone -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" ssh://user@dummy//`pwd`/nonexistent local |
|
63 | $ hg clone -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" ssh://user@dummy//`pwd`/nonexistent local | |
63 | remote: abort: repository /$TESTTMP/nonexistent not found! |
|
64 | remote: abort: repository /$TESTTMP/nonexistent not found! | |
64 | abort: no suitable response from remote hg! |
|
65 | abort: no suitable response from remote hg! | |
65 | [255] |
|
66 | [255] | |
|
67 | #endif | |||
66 |
|
68 | |||
67 | clone remote via stream |
|
69 | clone remote via stream | |
68 |
|
70 | |||
@@ -502,7 +504,7 b' debug output' | |||||
502 |
|
504 | |||
503 | $ cat dummylog |
|
505 | $ cat dummylog | |
504 | Got arguments 1:user@dummy 2:hg -R nonexistent serve --stdio |
|
506 | Got arguments 1:user@dummy 2:hg -R nonexistent serve --stdio | |
505 | Got arguments 1:user@dummy 2:hg -R /$TESTTMP/nonexistent serve --stdio |
|
507 | Got arguments 1:user@dummy 2:hg -R /$TESTTMP/nonexistent serve --stdio (no-msys !) | |
506 | Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
|
508 | Got arguments 1:user@dummy 2:hg -R remote serve --stdio | |
507 | Got arguments 1:user@dummy 2:hg -R local-stream serve --stdio (no-reposimplestore !) |
|
509 | Got arguments 1:user@dummy 2:hg -R local-stream serve --stdio (no-reposimplestore !) | |
508 | Got arguments 1:user@dummy 2:hg -R remote serve --stdio (no-reposimplestore !) |
|
510 | Got arguments 1:user@dummy 2:hg -R remote serve --stdio (no-reposimplestore !) |
General Comments 0
You need to be logged in to leave comments.
Login now