comparison tests/test-pull-network.t @ 48561:04688c51f81f

exchangev2: remove it As discussed on the mailing list, this is incomplete and unused with little hope of revival. Differential Revision: https://phab.mercurial-scm.org/D11954
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 07 Dec 2021 16:44:22 +0100
parents bcb5bc2d21e0
children 9987d14ad63f
comparison
equal deleted inserted replaced
48560:d6c53b40b078 48561:04688c51f81f
1 #require serve 1 #require serve
2
3 #testcases sshv1 sshv2
4
5 #if sshv2
6 $ cat >> $HGRCPATH << EOF
7 > [experimental]
8 > sshpeer.advertise-v2 = true
9 > sshserver.support-v2 = true
10 > EOF
11 #endif
12 2
13 $ hg init test 3 $ hg init test
14 $ cd test 4 $ cd test
15 5
16 $ echo foo>foo 6 $ echo foo>foo