Show More
@@ -46,6 +46,9 b' repo not found error' | |||||
46 | remote: abort: repository nonexistent not found! |
|
46 | remote: abort: repository nonexistent not found! | |
47 | abort: no suitable response from remote hg! |
|
47 | abort: no suitable response from remote hg! | |
48 | [255] |
|
48 | [255] | |
|
49 | $ hg clone -q -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" ssh://user@dummy/nonexistent local | |||
|
50 | abort: no suitable response from remote hg! | |||
|
51 | [255] | |||
49 |
|
52 | |||
50 | non-existent absolute path |
|
53 | non-existent absolute path | |
51 |
|
54 | |||
@@ -553,6 +556,7 b' debug output' | |||||
553 |
|
556 | |||
554 | $ cat dummylog |
|
557 | $ cat dummylog | |
555 | Got arguments 1:user@dummy 2:hg -R nonexistent serve --stdio |
|
558 | Got arguments 1:user@dummy 2:hg -R nonexistent serve --stdio | |
|
559 | Got arguments 1:user@dummy 2:hg -R nonexistent serve --stdio | |||
556 | Got arguments 1:user@dummy 2:hg -R $TESTTMP/nonexistent serve --stdio |
|
560 | Got arguments 1:user@dummy 2:hg -R $TESTTMP/nonexistent serve --stdio | |
557 | Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
|
561 | Got arguments 1:user@dummy 2:hg -R remote serve --stdio | |
558 | Got arguments 1:user@dummy 2:hg -R local-stream serve --stdio (no-reposimplestore !) |
|
562 | Got arguments 1:user@dummy 2:hg -R local-stream serve --stdio (no-reposimplestore !) |
General Comments 0
You need to be logged in to leave comments.
Login now