Show More
@@ -581,17 +581,16 b' abort during pull is properly reported a' | |||
|
581 | 581 | |
|
582 | 582 | abort with no error hint when there is a ssh problem when pulling |
|
583 | 583 | |
|
584 | $ hg pull ssh://brokenrepository | |
|
584 | $ hg pull ssh://brokenrepository -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" | |
|
585 | 585 | pulling from ssh://brokenrepository/ |
|
586 | remote: ssh: Could not resolve hostname brokenrepository: Name or service not known | |
|
587 | 586 | abort: no suitable response from remote hg! |
|
588 | 587 | [255] |
|
589 | 588 | |
|
590 | 589 | abort with configured error hint when there is a ssh problem when pulling |
|
591 | 590 | |
|
592 | $ hg pull ssh://brokenrepository --config ui.ssherrorhint="Please see http://company/internalwiki/ssh.html" | |
|
591 | $ hg pull ssh://brokenrepository -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" \ | |
|
592 | > --config ui.ssherrorhint="Please see http://company/internalwiki/ssh.html" | |
|
593 | 593 | pulling from ssh://brokenrepository/ |
|
594 | remote: ssh: Could not resolve hostname brokenrepository: Name or service not known | |
|
595 | 594 | abort: no suitable response from remote hg! |
|
596 | 595 | (Please see http://company/internalwiki/ssh.html) |
|
597 | 596 | [255] |
General Comments 0
You need to be logged in to leave comments.
Login now