##// END OF EJS Templates
test-ssh: stablize for platform-specific shell quoting...
Matt Harbison -
r25486:fd1e335d default
parent child Browse files
Show More
@@ -457,7 +457,7 b' debug output'
457
457
458 $ hg pull --debug ssh://user@dummy/remote
458 $ hg pull --debug ssh://user@dummy/remote
459 pulling from ssh://user@dummy/remote
459 pulling from ssh://user@dummy/remote
460 running dummyssh user@dummy 'hg -R remote serve --stdio'
460 running dummyssh user@dummy ('|")hg -R remote serve --stdio('|") (re)
461 sending hello command
461 sending hello command
462 sending between command
462 sending between command
463 remote: 286
463 remote: 286
@@ -445,7 +445,7 b' debug output'
445
445
446 $ hg pull --debug ssh://user@dummy/remote
446 $ hg pull --debug ssh://user@dummy/remote
447 pulling from ssh://user@dummy/remote
447 pulling from ssh://user@dummy/remote
448 running dummyssh user@dummy 'hg -R remote serve --stdio'
448 running dummyssh user@dummy ('|")hg -R remote serve --stdio('|") (re)
449 sending hello command
449 sending hello command
450 sending between command
450 sending between command
451 remote: 286
451 remote: 286
General Comments 0
You need to be logged in to leave comments. Login now