equal
deleted
inserted
replaced
38 abort: no suitable response from remote hg! |
38 abort: no suitable response from remote hg! |
39 [255] |
39 [255] |
40 |
40 |
41 non-existent absolute path |
41 non-existent absolute path |
42 |
42 |
43 $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy//`pwd`/nonexistent local |
43 $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/`pwd`/nonexistent local |
44 remote: abort: there is no Mercurial repository here (.hg not found)! |
44 remote: abort: there is no Mercurial repository here (.hg not found)! |
45 abort: no suitable response from remote hg! |
45 abort: no suitable response from remote hg! |
46 [255] |
46 [255] |
47 |
47 |
48 clone remote via stream |
48 clone remote via stream |
469 |
469 |
470 $ cd .. |
470 $ cd .. |
471 |
471 |
472 $ cat dummylog |
472 $ cat dummylog |
473 Got arguments 1:user@dummy 2:hg -R nonexistent serve --stdio |
473 Got arguments 1:user@dummy 2:hg -R nonexistent serve --stdio |
474 Got arguments 1:user@dummy 2:hg -R /$TESTTMP/nonexistent serve --stdio |
474 Got arguments 1:user@dummy 2:hg -R $TESTTMP/nonexistent serve --stdio |
475 Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
475 Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
476 Got arguments 1:user@dummy 2:hg -R local-stream serve --stdio |
476 Got arguments 1:user@dummy 2:hg -R local-stream serve --stdio |
477 Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
477 Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
478 Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
478 Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
479 Got arguments 1:user@dummy 2:hg -R doesnotexist serve --stdio |
479 Got arguments 1:user@dummy 2:hg -R doesnotexist serve --stdio |