Mercurial > hg
changeset 29654:d8e5ce507ec3
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.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Tue, 02 Aug 2016 03:50:42 +0200 |
parents | 73ff159923c1 |
children | b55bfbb9b5a6 |
files | tests/test-acl.t |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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