tests/test-unbundlehash.t
changeset 29686 6e375ba01b04
parent 28996 b74ca9ace65e
child 37845 b4b7427b5786
--- a/tests/test-unbundlehash.t	Tue Aug 02 15:23:03 2016 +0200
+++ b/tests/test-unbundlehash.t	Wed Aug 03 15:34:03 2016 +0200
@@ -3,11 +3,11 @@
 Test wire protocol unbundle with hashed heads (capability: unbundlehash)
 
   $ cat << EOF >> $HGRCPATH
-  > [experimental]
+  > [devel]
   > # This tests is intended for bundle1 only.
   > # bundle2 carries the head information inside the bundle itself and
   > # always uses 'force' as the heads value.
-  > bundle2-exp = False
+  > legacy.exchange = bundle1
   > EOF
 
 Create a remote repository.