From patchwork Tue Aug 2 02:07:50 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [6,of,6] tests: remove bundle2 activation from test-push-warn.t From: Pierre-Yves David X-Patchwork-Id: 16030 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Tue, 02 Aug 2016 04:07:50 +0200 # HG changeset patch # User Pierre-Yves David # Date 1470102857 -7200 # Tue Aug 02 03:54:17 2016 +0200 # Node ID a70c0676e3fbc5b80e95a08d01a62a08586e86c8 # Parent 7a7dfd66392b85fb23ae9eeed62428fc99bb34bd # EXP-Topic bundle2.testcleanup tests: remove bundle2 activation from test-push-warn.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 7a7dfd66392b -r a70c0676e3fb tests/test-push-warn.t --- a/tests/test-push-warn.t Tue Aug 02 03:53:48 2016 +0200 +++ b/tests/test-push-warn.t Tue Aug 02 03:54:17 2016 +0200 @@ -1,9 +1,3 @@ - $ 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 $ echo foo > t1