test: use bundle2 in test-pull-http
This test has a minor output change when using bundle2. We make this
change early to reduce the noise in the final change.
--- a/tests/test-pull-http.t Wed May 27 12:55:32 2015 -0700
+++ b/tests/test-pull-http.t Fri May 29 15:18:49 2015 -0700
@@ -1,5 +1,12 @@
#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
@@ -73,6 +80,7 @@
$ req
pulling from http://localhost:$HGPORT/
+ searching for changes
abort: authorization failed
% serve errors