test: use bundle2 in test-pull-http
authorPierre-Yves David <pierre-yves.david@fb.com>
Fri, 29 May 2015 15:18:49 -0700
changeset 25391 c66d95aa1270
parent 25390 14c6b4c6e3f9
child 25393 eb52de500d2a
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.
tests/test-pull-http.t
--- 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