# HG changeset patch # User Pierre-Yves David # Date 1470102857 -7200 # Node ID 7eb9ee3e6b148210cb84dace2cb792167238e410 # Parent 5a06291fa8fea9d811e8a47f5c95c0a521286fc1 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 5a06291fa8fe -r 7eb9ee3e6b14 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