# HG changeset patch # User Pierre-Yves David # Date 1432789897 25200 # Node ID 220a220ed0885fc27e91676747b74a0d5203cd27 # Parent ff955e7b1085f90deb070c0b97975c3e95e2d67f 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. diff -r ff955e7b1085 -r 220a220ed088 tests/test-http.t --- 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 diff -r ff955e7b1085 -r 220a220ed088 tests/test-pull-http.t --- 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 diff -r ff955e7b1085 -r 220a220ed088 tests/test-push-http.t --- 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 diff -r ff955e7b1085 -r 220a220ed088 tests/test-ssh.t --- 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