##// END OF EJS Templates
test: explicitly test wire protocol discovery with bundle1 and bundle2...
Pierre-Yves David -
r25356:d4932803 default
parent child Browse files
Show More
@@ -1048,7 +1048,16 same over the wire
1048 $ cat ../beta.pid >> $DAEMON_PIDS
1048 $ cat ../beta.pid >> $DAEMON_PIDS
1049 $ cd ../gamma
1049 $ cd ../gamma
1050
1050
1051 $ hg pull http://localhost:$HGPORT/
1051 $ hg pull http://localhost:$HGPORT/ --config experimental.bundle2-exp=True
1052 pulling from http://localhost:$HGPORT/
1053 searching for changes
1054 no changes found
1055 $ hg phase f54f1bb90ff3
1056 2: draft
1057
1058 enforce bundle1
1059
1060 $ hg pull http://localhost:$HGPORT/ --config experimental.bundle2-exp=False
1052 pulling from http://localhost:$HGPORT/
1061 pulling from http://localhost:$HGPORT/
1053 searching for changes
1062 searching for changes
1054 no changes found
1063 no changes found
General Comments 0
You need to be logged in to leave comments. Login now