Show More
@@ -649,16 +649,16 b' Test debugpeer' | |||||
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) | |
@@ -666,3 +666,45 b' Test debugpeer' | |||||
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 |
General Comments 0
You need to be logged in to leave comments.
Login now