##// END OF EJS Templates
ssh: test some no-op pull through ssh with --debug...
Pierre-Yves David -
r25338:405303df default
parent child Browse files
Show More
@@ -445,6 +445,29 b' stderr from remote commands should be pr'
445 remote: KABOOM
445 remote: KABOOM
446 local stdout
446 local stdout
447
447
448 debug output
449
450 $ hg pull --debug ssh://user@dummy/remote
451 pulling from ssh://user@dummy/remote
452 running python "*/dummyssh" user@dummy 'hg -R remote serve --stdio' (glob)
453 sending hello command
454 sending between command
455 remote: 271
456 remote: capabilities: lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch stream bundle2=HG20%0Achangegroup%3D01%2C02%0Adigests%3Dmd5%2Csha1%2Csha512%0Alistkeys%0Apushkey%0Aremote-changegroup%3Dhttp%2Chttps unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024
457 remote: 1
458 preparing listkeys for "bookmarks"
459 sending listkeys command
460 preparing listkeys for "bookmarks"
461 sending listkeys command
462 query 1; heads
463 sending batch command
464 searching for changes
465 all remote heads known locally
466 no changes found
467 preparing listkeys for "phases"
468 sending listkeys command
469 checking for updated bookmarks
470
448 $ cd ..
471 $ cd ..
449
472
450 $ cat dummylog
473 $ cat dummylog
@@ -478,3 +501,4 b' stderr from remote commands should be pr'
478 Got arguments 1:user@dummy 2:hg -R 'a repo' serve --stdio
501 Got arguments 1:user@dummy 2:hg -R 'a repo' serve --stdio
479 Got arguments 1:user@dummy 2:hg -R remote serve --stdio
502 Got arguments 1:user@dummy 2:hg -R remote serve --stdio
480 changegroup-in-remote hook: HG_NODE=65c38f4125f9602c8db4af56530cc221d93b8ef8 HG_SOURCE=serve HG_TXNID=TXN:* HG_URL=remote:ssh:127.0.0.1 (glob)
503 changegroup-in-remote hook: HG_NODE=65c38f4125f9602c8db4af56530cc221d93b8ef8 HG_SOURCE=serve HG_TXNID=TXN:* HG_URL=remote:ssh:127.0.0.1 (glob)
504 Got arguments 1:user@dummy 2:hg -R remote serve --stdio
General Comments 0
You need to be logged in to leave comments. Login now