comparison tests/test-debugcommands.t @ 48645:ff0233f36f6a

test-bundle: split some variant in there own section Same rational as the previous commit about test-bundle.t. These line are quite volatile and having dedicated block will make their update clearer and simpler. Differential Revision: https://phab.mercurial-scm.org/D12076
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 24 Jan 2022 12:58:18 +0100
parents c89ddef6474d
children 6fd9a17c32ab
comparison
equal deleted inserted replaced
48644:23db8460974b 48645:ff0233f36f6a
647 $ hg debugpeer ssh://user@dummy/debugrevlog 647 $ hg debugpeer ssh://user@dummy/debugrevlog
648 url: ssh://user@dummy/debugrevlog 648 url: ssh://user@dummy/debugrevlog
649 local: no 649 local: no
650 pushable: yes 650 pushable: yes
651 651
652 #if rust
653
652 $ hg --debug debugpeer ssh://user@dummy/debugrevlog 654 $ hg --debug debugpeer ssh://user@dummy/debugrevlog
653 running .* ".*[/\\]dummyssh" ['"]user@dummy['"] ['"]hg -R debugrevlog serve --stdio['"] (re) 655 running .* ".*[/\\]dummyssh" ['"]user@dummy['"] ['"]hg -R debugrevlog serve --stdio['"] (re)
654 devel-peer-request: hello+between 656 devel-peer-request: hello+between
655 devel-peer-request: pairs: 81 bytes 657 devel-peer-request: pairs: 81 bytes
656 sending hello command 658 sending hello command
657 sending between command 659 sending between command
658 remote: 444 (no-rust !) 660 remote: 463
659 remote: 463 (rust !) 661 remote: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,persistent-nodemap,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash
660 remote: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (no-rust !)
661 remote: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,persistent-nodemap,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (rust !)
662 remote: 1 662 remote: 1
663 devel-peer-request: protocaps 663 devel-peer-request: protocaps
664 devel-peer-request: caps: * bytes (glob) 664 devel-peer-request: caps: * bytes (glob)
665 sending protocaps command 665 sending protocaps command
666 url: ssh://user@dummy/debugrevlog 666 url: ssh://user@dummy/debugrevlog
667 local: no 667 local: no
668 pushable: yes 668 pushable: yes
669
670 #endif
671
672 #if no-rust zstd
673
674 $ hg --debug debugpeer ssh://user@dummy/debugrevlog
675 running .* ".*[/\\]dummyssh" ['"]user@dummy['"] ['"]hg -R debugrevlog serve --stdio['"] (re)
676 devel-peer-request: hello+between
677 devel-peer-request: pairs: 81 bytes
678 sending hello command
679 sending between command
680 remote: 444
681 remote: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash
682 remote: 1
683 devel-peer-request: protocaps
684 devel-peer-request: caps: * bytes (glob)
685 sending protocaps command
686 url: ssh://user@dummy/debugrevlog
687 local: no
688 pushable: yes
689
690 #endif
691
692 #if no-rust no-zstd
693
694 $ hg --debug debugpeer ssh://user@dummy/debugrevlog
695 running .* ".*[/\\]dummyssh" ['"]user@dummy['"] ['"]hg -R debugrevlog serve --stdio['"] (re)
696 devel-peer-request: hello+between
697 devel-peer-request: pairs: 81 bytes
698 sending hello command
699 sending between command
700 remote: 444
701 remote: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash
702 remote: 1
703 devel-peer-request: protocaps
704 devel-peer-request: caps: * bytes (glob)
705 sending protocaps command
706 url: ssh://user@dummy/debugrevlog
707 local: no
708 pushable: yes
709
710 #endif