# HG changeset patch # User Pierre-Yves David # Date 1470102785 -7200 # Node ID 0c9913d4b3fc0d2c2a09b77a05d68d5eedd7aaee # Parent b55bfbb9b5a6b64da0fa4f3f2e039bd27067bc86 tests: remove bundle2 activation from test-http-proxy.t This is an old config that predate bundle2 on by default. This should have been remove after Mercurail 3.6 got released. diff -r b55bfbb9b5a6 -r 0c9913d4b3fc tests/test-http-proxy.t --- a/tests/test-http-proxy.t Tue Aug 02 03:50:58 2016 +0200 +++ b/tests/test-http-proxy.t Tue Aug 02 03:53:05 2016 +0200 @@ -1,10 +1,4 @@ #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 a $ cd a