##// 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 > [experimental]
2 > [experimental]
3 > hook-track-tags=1
3 > hook-track-tags=1
4 > [hooks]
4 > [hooks]
5 > txnclose.track-tag=${TESTTMP}/taghook.sh
5 > txnclose.track-tag=sh ${TESTTMP}/taghook.sh
6 > EOF
6 > EOF
7
7
8 $ cat << EOF > taghook.sh
8 $ cat << EOF > taghook.sh
@@ -14,7 +14,6 b''
14 > sed 's/^/hook: /' .hg/changes/tags.changes
14 > sed 's/^/hook: /' .hg/changes/tags.changes
15 > fi
15 > fi
16 > EOF
16 > EOF
17 $ chmod +x taghook.sh
18 $ hg init test
17 $ hg init test
19 $ cd test
18 $ cd test
20
19
General Comments 0
You need to be logged in to leave comments. Login now