# HG changeset patch # User Pierre-Yves David # Date 1470102658 -7200 # Node ID b55bfbb9b5a6b64da0fa4f3f2e039bd27067bc86 # Parent d8e5ce507ec31b90dc102ec6678986d7e2980a53 tests: remove bundle2 activation from test-hook.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 d8e5ce507ec3 -r b55bfbb9b5a6 tests/test-hook.t --- a/tests/test-hook.t Tue Aug 02 03:50:42 2016 +0200 +++ b/tests/test-hook.t Tue Aug 02 03:50:58 2016 +0200 @@ -1,12 +1,6 @@ commit hooks can see env vars (and post-transaction one are run unlocked) - $ cat << EOF >> $HGRCPATH - > [experimental] - > # drop me once bundle2 is the default, - > # added to get test change early. - > bundle2-exp = True - > EOF $ cat > $TESTTMP/txnabort.checkargs.py < def showargs(ui, repo, hooktype, **kwargs):