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