##// END OF EJS Templates
tests: remove all remaining usage of experimental.bundle2-exp...
Pierre-Yves David -
r29688:30c59bdd default
parent child Browse files
Show More
@@ -822,7 +822,7 b' Local push'
822 Using ssh
822 Using ssh
823 ---------
823 ---------
824
824
825 $ hg push -B @ ssh --config experimental.bundle2-exp=True
825 $ hg push -B @ ssh # bundle2+
826 pushing to ssh://user@dummy/issue4455-dest
826 pushing to ssh://user@dummy/issue4455-dest
827 searching for changes
827 searching for changes
828 no changes found
828 no changes found
@@ -845,7 +845,7 b' Using ssh'
845 Using http
845 Using http
846 ----------
846 ----------
847
847
848 $ hg push -B @ http --config experimental.bundle2-exp=True
848 $ hg push -B @ http # bundle2+
849 pushing to http://localhost:$HGPORT/
849 pushing to http://localhost:$HGPORT/
850 searching for changes
850 searching for changes
851 no changes found
851 no changes found
@@ -650,7 +650,7 b' List of both'
650 Test the debug output for exchange
650 Test the debug output for exchange
651 ----------------------------------
651 ----------------------------------
652
652
653 $ hg pull ../tmpb --config 'experimental.obsmarkers-exchange-debug=True' --config 'experimental.bundle2-exp=True'
653 $ hg pull ../tmpb --config 'experimental.obsmarkers-exchange-debug=True' # bundle2
654 pulling from ../tmpb
654 pulling from ../tmpb
655 searching for changes
655 searching for changes
656 no changes found
656 no changes found
@@ -1041,7 +1041,7 b' same over the wire'
1041 $ cat ../beta.pid >> $DAEMON_PIDS
1041 $ cat ../beta.pid >> $DAEMON_PIDS
1042 $ cd ../gamma
1042 $ cd ../gamma
1043
1043
1044 $ hg pull http://localhost:$HGPORT/ --config experimental.bundle2-exp=True
1044 $ hg pull http://localhost:$HGPORT/ # bundle2+
1045 pulling from http://localhost:$HGPORT/
1045 pulling from http://localhost:$HGPORT/
1046 searching for changes
1046 searching for changes
1047 no changes found
1047 no changes found
@@ -48,7 +48,7 b' expect error, cloning not allowed'
48 $ echo 'allowpull = false' >> .hg/hgrc
48 $ echo 'allowpull = false' >> .hg/hgrc
49 $ hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
49 $ hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
50 $ cat hg.pid >> $DAEMON_PIDS
50 $ cat hg.pid >> $DAEMON_PIDS
51 $ hg clone http://localhost:$HGPORT/ test4 --config experimental.bundle2-exp=True
51 $ hg clone http://localhost:$HGPORT/ test4 # bundle2+
52 requesting all changes
52 requesting all changes
53 abort: authorization failed
53 abort: authorization failed
54 [255]
54 [255]
@@ -38,7 +38,7 b''
38
38
39 $ hg --cwd 1 --config extensions.strip= strip tip -q
39 $ hg --cwd 1 --config extensions.strip= strip tip -q
40 $ hg --cwd 2 --config extensions.strip= strip tip -q
40 $ hg --cwd 2 --config extensions.strip= strip tip -q
41 $ hg --cwd 3 push ../2 --config experimental.bundle2-exp=True
41 $ hg --cwd 3 push ../2 # bundle2+
42 pushing to ../2
42 pushing to ../2
43 searching for changes
43 searching for changes
44 adding changesets
44 adding changesets
@@ -1539,7 +1539,7 b' Courtesy phases synchronisation to publi'
1539 [1]
1539 [1]
1540 # clean the push cache
1540 # clean the push cache
1541 $ rm s/.hg/cache/storehash/*
1541 $ rm s/.hg/cache/storehash/*
1542 $ hg push --config experimental.bundle2-exp=True
1542 $ hg push # bundle2+
1543 pushing to $TESTTMP/issue3781-dest (glob)
1543 pushing to $TESTTMP/issue3781-dest (glob)
1544 pushing subrepo s to $TESTTMP/issue3781-dest/s
1544 pushing subrepo s to $TESTTMP/issue3781-dest/s
1545 searching for changes
1545 searching for changes
General Comments 0
You need to be logged in to leave comments. Login now