Mercurial > hg
changeset 25391:c66d95aa1270
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.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Fri, 29 May 2015 15:18:49 -0700 |
parents | 14c6b4c6e3f9 |
children | eb52de500d2a |
files | tests/test-pull-http.t |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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