##// END OF EJS Templates
tests: use 'legacy.exchange' option in various bundle1 tests...
Pierre-Yves David -
r29686:6e375ba0 default
parent child Browse files
Show More
@@ -4,9 +4,9 b" This test is a duplicate of 'test-http.t"
4 4 parts that are not bundle1/bundle2 specific.
5 5
6 6 $ cat << EOF >> $HGRCPATH
7 > [experimental]
7 > [devel]
8 8 > # This test is dedicated to interaction through old bundle
9 > bundle2-exp = False
9 > legacy.exchange = bundle1
10 10 > EOF
11 11
12 12 $ hg init test
@@ -5,9 +5,9 b' to change with bundle2. Feel free to fac'
5 5 which does not need to exist to keep bundle1 working.
6 6
7 7 $ cat << EOF >> $HGRCPATH
8 > [experimental]
8 > [devel]
9 9 > # This test is dedicated to interaction through old bundle
10 > bundle2-exp = False
10 > legacy.exchange = bundle1
11 11 > EOF
12 12
13 13 $ hg init test
@@ -2,9 +2,9 b" This test is a duplicate of 'test-http.t"
2 2 parts that are not bundle1/bundle2 specific.
3 3
4 4 $ cat << EOF >> $HGRCPATH
5 > [experimental]
5 > [devel]
6 6 > # This test is dedicated to interaction through old bundle
7 > bundle2-exp = False
7 > legacy.exchange = bundle1
8 8 > [format] # temporary settings
9 9 > usegeneraldelta=yes
10 10 > EOF
@@ -3,11 +3,11 b''
3 3 Test wire protocol unbundle with hashed heads (capability: unbundlehash)
4 4
5 5 $ cat << EOF >> $HGRCPATH
6 > [experimental]
6 > [devel]
7 7 > # This tests is intended for bundle1 only.
8 8 > # bundle2 carries the head information inside the bundle itself and
9 9 > # always uses 'force' as the heads value.
10 > bundle2-exp = False
10 > legacy.exchange = bundle1
11 11 > EOF
12 12
13 13 Create a remote repository.
General Comments 0
You need to be logged in to leave comments. Login now