##// END OF EJS Templates
test-pushvars: invoke shell script hook via `sh` for Windows...
Matt Harbison -
r33793:4f8c241b default
parent child Browse files
Show More
@@ -8,10 +8,9 b' Setup'
8 8 > env | egrep "^HG_USERVAR_(DEBUG|BYPASS_REVIEW)" | sort
9 9 > exit 0
10 10 > EOF
11 $ chmod +x $TESTTMP/pretxnchangegroup.sh
12 11 $ cat >> $HGRCPATH << EOF
13 12 > [hooks]
14 > pretxnchangegroup = $TESTTMP/pretxnchangegroup.sh
13 > pretxnchangegroup = sh $TESTTMP/pretxnchangegroup.sh
15 14 > [experimental]
16 15 > bundle2-exp = true
17 16 > EOF
General Comments 0
You need to be logged in to leave comments. Login now