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