##// END OF EJS Templates
tests: remove bundle2 activation from test-hook.t...
Pierre-Yves David -
r29655:b55bfbb9 default
parent child Browse files
Show More
@@ -1,12 +1,6 b''
1 commit hooks can see env vars
1 commit hooks can see env vars
2 (and post-transaction one are run unlocked)
2 (and post-transaction one are run unlocked)
3
3
4 $ cat << EOF >> $HGRCPATH
5 > [experimental]
6 > # drop me once bundle2 is the default,
7 > # added to get test change early.
8 > bundle2-exp = True
9 > EOF
10
4
11 $ cat > $TESTTMP/txnabort.checkargs.py <<EOF
5 $ cat > $TESTTMP/txnabort.checkargs.py <<EOF
12 > def showargs(ui, repo, hooktype, **kwargs):
6 > def showargs(ui, repo, hooktype, **kwargs):
General Comments 0
You need to be logged in to leave comments. Login now