changeset 25405:220a220ed088

test: drop all the forced use of bundle2 Using bundle2 during exchange is now the default, we do not need all this explicit enabling of bundle2 exchange in test anymore.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 27 May 2015 22:11:37 -0700
parents ff955e7b1085
children be930f16a52a
files tests/test-http.t tests/test-pull-http.t tests/test-push-http.t tests/test-ssh.t
diffstat 4 files changed, 0 insertions(+), 28 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-http.t	Fri Feb 06 17:41:24 2015 +0000
+++ b/tests/test-http.t	Wed May 27 22:11:37 2015 -0700
@@ -1,12 +1,5 @@
 #require serve
 
-  $ cat << EOF >> $HGRCPATH
-  > [experimental]
-  > # drop me once bundle2 is the default,
-  > # added to get test change early.
-  > bundle2-exp = True
-  > EOF
-
   $ hg init test
   $ cd test
   $ echo foo>foo
--- a/tests/test-pull-http.t	Fri Feb 06 17:41:24 2015 +0000
+++ b/tests/test-pull-http.t	Wed May 27 22:11:37 2015 -0700
@@ -1,12 +1,5 @@
 #require killdaemons
 
-  $ cat << EOF >> $HGRCPATH
-  > [experimental]
-  > # drop me once bundle2 is the default,
-  > # added to get test change early.
-  > bundle2-exp = True
-  > EOF
-
   $ hg init test
   $ cd test
   $ echo a > a
--- a/tests/test-push-http.t	Fri Feb 06 17:41:24 2015 +0000
+++ b/tests/test-push-http.t	Wed May 27 22:11:37 2015 -0700
@@ -1,12 +1,5 @@
 #require killdaemons
 
-  $ cat << EOF >> $HGRCPATH
-  > [experimental]
-  > # drop me once bundle2 is the default,
-  > # added to get test change early.
-  > bundle2-exp = True
-  > EOF
-
   $ hg init test
   $ cd test
   $ echo a > a
--- a/tests/test-ssh.t	Fri Feb 06 17:41:24 2015 +0000
+++ b/tests/test-ssh.t	Wed May 27 22:11:37 2015 -0700
@@ -1,10 +1,3 @@
-  $ cat << EOF >> $HGRCPATH
-  > [experimental]
-  > # drop me once bundle2 is the default,
-  > # added to get test change early.
-  > bundle2-exp = True
-  > EOF
-
 
 This test tries to exercise the ssh functionality with a dummy script