##// END OF EJS Templates
test-tag: make hook runnable on Windows...
Matt Harbison -
r32019:bca8ad5c default
parent child Browse files
Show More
@@ -2,7 +2,7 b''
2 2 > [experimental]
3 3 > hook-track-tags=1
4 4 > [hooks]
5 > txnclose.track-tag=${TESTTMP}/taghook.sh
5 > txnclose.track-tag=sh ${TESTTMP}/taghook.sh
6 6 > EOF
7 7
8 8 $ cat << EOF > taghook.sh
@@ -14,7 +14,6 b''
14 14 > sed 's/^/hook: /' .hg/changes/tags.changes
15 15 > fi
16 16 > EOF
17 $ chmod +x taghook.sh
18 17 $ hg init test
19 18 $ cd test
20 19
General Comments 0
You need to be logged in to leave comments. Login now