comparison tests/test-http.t @ 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 d29201352af7
children d19787db6fe0
comparison
equal deleted inserted replaced
25404:ff955e7b1085 25405:220a220ed088
1 #require serve 1 #require serve
2
3 $ cat << EOF >> $HGRCPATH
4 > [experimental]
5 > # drop me once bundle2 is the default,
6 > # added to get test change early.
7 > bundle2-exp = True
8 > EOF
9 2
10 $ hg init test 3 $ hg init test
11 $ cd test 4 $ cd test
12 $ echo foo>foo 5 $ echo foo>foo
13 $ mkdir foo.d foo.d/bAr.hg.d foo.d/baR.d.hg 6 $ mkdir foo.d foo.d/bAr.hg.d foo.d/baR.d.hg