##// END OF EJS Templates
tests: use 'legacy.exchange' option in various mixed tests...
Pierre-Yves David -
r29687:ac9b8507 default
parent child Browse files
Show More
@@ -832,7 +832,7 b' Using ssh'
832 832 $ hg -R ../issue4455-dest/ bookmarks
833 833 no bookmarks set
834 834
835 $ hg push -B @ ssh --config experimental.bundle2-exp=False
835 $ hg push -B @ ssh --config devel.legacy.exchange=bundle1
836 836 pushing to ssh://user@dummy/issue4455-dest
837 837 searching for changes
838 838 no changes found
@@ -855,7 +855,7 b' Using http'
855 855 $ hg -R ../issue4455-dest/ bookmarks
856 856 no bookmarks set
857 857
858 $ hg push -B @ http --config experimental.bundle2-exp=False
858 $ hg push -B @ http --config devel.legacy.exchange=bundle1
859 859 pushing to http://localhost:$HGPORT/
860 860 searching for changes
861 861 no changes found
@@ -1050,7 +1050,7 b' same over the wire'
1050 1050
1051 1051 enforce bundle1
1052 1052
1053 $ hg pull http://localhost:$HGPORT/ --config experimental.bundle2-exp=False
1053 $ hg pull http://localhost:$HGPORT/ --config devel.legacy.exchange=bundle1
1054 1054 pulling from http://localhost:$HGPORT/
1055 1055 searching for changes
1056 1056 no changes found
@@ -52,7 +52,7 b' expect error, cloning not allowed'
52 52 requesting all changes
53 53 abort: authorization failed
54 54 [255]
55 $ hg clone http://localhost:$HGPORT/ test4 --config experimental.bundle2-exp=False
55 $ hg clone http://localhost:$HGPORT/ test4 --config devel.legacy.exchange=bundle1
56 56 abort: authorization failed
57 57 [255]
58 58 $ killdaemons.py
@@ -26,7 +26,7 b''
26 26 $ echo bar >> 3/foo
27 27 $ hg --cwd 3 ci -m bar
28 28
29 $ hg --cwd 3 push ../2 --config experimental.bundle2-exp=False
29 $ hg --cwd 3 push ../2 --config devel.legacy.exchange=bundle1
30 30 pushing to ../2
31 31 searching for changes
32 32 adding changesets
@@ -1529,7 +1529,7 b' Courtesy phases synchronisation to publi'
1529 1529 > [paths]
1530 1530 > default=../issue3781-dest/
1531 1531 > EOF
1532 $ hg push --config experimental.bundle2-exp=False
1532 $ hg push --config devel.legacy.exchange=bundle1
1533 1533 pushing to $TESTTMP/issue3781-dest (glob)
1534 1534 pushing subrepo s to $TESTTMP/issue3781-dest/s
1535 1535 searching for changes
General Comments 0
You need to be logged in to leave comments. Login now