# HG changeset patch # User Pierre-Yves David # Date 1470102642 -7200 # Node ID d8e5ce507ec31b90dc102ec6678986d7e2980a53 # Parent 73ff159923c1f05899c27238409ca398342d9ae0 tests: remove bundle2 activation from test-acl.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 73ff159923c1 -r d8e5ce507ec3 tests/test-acl.t --- a/tests/test-acl.t Mon Aug 01 13:14:13 2016 -0400 +++ b/tests/test-acl.t Tue Aug 02 03:50:42 2016 +0200 @@ -44,13 +44,6 @@ > EOF > } - $ 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 $ mkdir foo foo/Bar quux