Skip to content
Snippets Groups Projects
Commit a746d13987a6 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

stream-requirements: smoother matching in test-ssh-proto.t

The value of `streamreqs` changes depending of the format used, but this is not
relevant for this tests. So we doing a smarter matching of the line to avoid
this test interfering with format changes in the future.

Differential Revision: https://phab.mercurial-scm.org/D12080
parent 2a13ad130f49
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -531,10 +531,8 @@
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: \d+ (re)
remote: capabilities: batch branchmap \$USUAL_BUNDLE2_CAPS\$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=[^ ,]+(,[^ ,]+)* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (re)
remote: 1
devel-peer-request: protocaps
devel-peer-request: caps: * bytes (glob)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment