tests/test-hook.t
changeset 29675 b55bfbb9b5a6
parent 29064 9dc27a334fb1
child 29791 531e85eec23c
--- 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 <<EOF
   > def showargs(ui, repo, hooktype, **kwargs):