[Updated] D12076: test-bundle: split some variant in there own section
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Tue Jan 25 09:23:41 UTC 2022
Closed by commit rHGff0233f36f6a: test-bundle: split some variant in there own section (authored by marmoute).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D12076?vs=31841&id=31952
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D12076/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D12076
AFFECTED FILES
tests/test-debugcommands.t
CHANGE DETAILS
diff --git a/tests/test-debugcommands.t b/tests/test-debugcommands.t
--- a/tests/test-debugcommands.t
+++ b/tests/test-debugcommands.t
@@ -649,16 +649,16 @@
local: no
pushable: yes
+#if rust
+
$ hg --debug debugpeer ssh://user@dummy/debugrevlog
running .* ".*[/\\]dummyssh" ['"]user at dummy['"] ['"]hg -R debugrevlog serve --stdio['"] (re)
devel-peer-request: hello+between
devel-peer-request: pairs: 81 bytes
sending hello command
sending between command
- remote: 444 (no-rust !)
- remote: 463 (rust !)
- remote: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (no-rust !)
- 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 !)
+ remote: 463
+ remote: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,persistent-nodemap,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash
remote: 1
devel-peer-request: protocaps
devel-peer-request: caps: * bytes (glob)
@@ -666,3 +666,45 @@
url: ssh://user@dummy/debugrevlog
local: no
pushable: yes
+
+#endif
+
+#if no-rust zstd
+
+ $ hg --debug debugpeer ssh://user@dummy/debugrevlog
+ running .* ".*[/\\]dummyssh" ['"]user at dummy['"] ['"]hg -R debugrevlog serve --stdio['"] (re)
+ devel-peer-request: hello+between
+ devel-peer-request: pairs: 81 bytes
+ sending hello command
+ sending between command
+ remote: 444
+ remote: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash
+ remote: 1
+ devel-peer-request: protocaps
+ devel-peer-request: caps: * bytes (glob)
+ sending protocaps command
+ url: ssh://user@dummy/debugrevlog
+ local: no
+ pushable: yes
+
+#endif
+
+#if no-rust no-zstd
+
+ $ hg --debug debugpeer ssh://user@dummy/debugrevlog
+ running .* ".*[/\\]dummyssh" ['"]user at dummy['"] ['"]hg -R debugrevlog serve --stdio['"] (re)
+ devel-peer-request: hello+between
+ devel-peer-request: pairs: 81 bytes
+ sending hello command
+ sending between command
+ remote: 444
+ remote: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash
+ remote: 1
+ devel-peer-request: protocaps
+ devel-peer-request: caps: * bytes (glob)
+ sending protocaps command
+ url: ssh://user@dummy/debugrevlog
+ local: no
+ pushable: yes
+
+#endif
To: marmoute, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20220125/946c06db/attachment-0002.html>
More information about the Mercurial-patches
mailing list