# HG changeset patch # User Pierre-Yves David # Date 2016-08-02 01:50:42 # 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 --git a/tests/test-acl.t b/tests/test-acl.t --- a/tests/test-acl.t +++ b/tests/test-acl.t @@ -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