--- a/tests/test-bundle2-exchange.t Wed Aug 03 16:42:10 2016 +0200
+++ b/tests/test-bundle2-exchange.t Tue Aug 02 15:23:03 2016 +0200
@@ -969,7 +969,7 @@
$ hg serve -p $HGPORT -d --pid-file=hg.pid
$ cat hg.pid >> $DAEMON_PIDS
- $ hg --config experimental.bundle2-exp=false clone http://localhost:$HGPORT/ not-bundle2
+ $ hg --config devel.legacy.exchange=bundle1 clone http://localhost:$HGPORT/ not-bundle2
requesting all changes
abort: remote error:
incompatible Mercurial client; bundle2 required
@@ -992,7 +992,7 @@
$ hg serve -p $HGPORT -d --pid-file=hg.pid
$ cat hg.pid >> $DAEMON_PIDS
- $ hg --config experimental.bundle2-exp=false clone http://localhost:$HGPORT/ not-bundle2-1
+ $ hg --config devel.legacy.exchange=bundle1 clone http://localhost:$HGPORT/ not-bundle2-1
requesting all changes
adding changesets
adding manifests
@@ -1013,7 +1013,7 @@
$ hg serve -p $HGPORT -d --pid-file=hg.pid
$ cat hg.pid >> $DAEMON_PIDS
- $ hg --config experimental.bundle2-exp=false clone http://localhost:$HGPORT/ not-bundle2
+ $ hg --config devel.legacy.exchange=bundle1 clone http://localhost:$HGPORT/ not-bundle2
requesting all changes
abort: remote error:
incompatible Mercurial client; bundle2 required
@@ -1030,7 +1030,7 @@
> EOF
$ hg serve -p $HGPORT -d --pid-file=hg.pid
$ cat hg.pid >> $DAEMON_PIDS
- $ hg --config experimental.bundle2-exp=false clone http://localhost:$HGPORT not-bundle2
+ $ hg --config devel.legacy.exchange=bundle1 clone http://localhost:$HGPORT not-bundle2
requesting all changes
abort: remote error:
incompatible Mercurial client; bundle2 required
@@ -1045,7 +1045,7 @@
$ hg serve -p $HGPORT -d --pid-file=hg.pid
$ cat hg.pid >> $DAEMON_PIDS
- $ hg --config experimental.bundle2-exp=false clone http://localhost:$HGPORT/ not-bundle2
+ $ hg --config devel.legacy.exchange=bundle1 clone http://localhost:$HGPORT/ not-bundle2
requesting all changes
abort: remote error:
incompatible Mercurial client; bundle2 required
@@ -1062,7 +1062,7 @@
$ hg serve -p $HGPORT -d --pid-file=hg.pid
$ cat hg.pid >> $DAEMON_PIDS
- $ hg --config experimental.bundle2-exp=false clone http://localhost:$HGPORT/ not-bundle2-2
+ $ hg --config devel.legacy.exchange=bundle1 clone http://localhost:$HGPORT/ not-bundle2-2
requesting all changes
adding changesets
adding manifests
@@ -1099,7 +1099,7 @@
$ cd bundle2-only
$ echo commit > foo
$ hg commit -m commit
- $ hg --config experimental.bundle2-exp=false push
+ $ hg --config devel.legacy.exchange=bundle1 push
pushing to http://localhost:$HGPORT/
searching for changes
abort: remote error: