##// END OF EJS Templates
tests: invoke hg command indirectly from shell script to run on Windows...
FUJIWARA Katsunori -
r23951:42f3042c stable
parent child Browse files
Show More
@@ -395,7 +395,10 b' commit hook on tag used to be run withou'
395 395 $ hg -R repo-tag commit -A -m "test"
396 396 adding test
397 397 $ hg init repo-tag-target
398 $ hg -R repo-tag --config hooks.commit="\"hg\" push \"`pwd`/repo-tag-target\"" tag tag
398 $ cat > "$TESTTMP/issue3344.sh" <<EOF
399 > hg push "$TESTTMP/repo-tag-target"
400 > EOF
401 $ hg -R repo-tag --config hooks.commit="sh ../issue3344.sh" tag tag
399 402 pushing to $TESTTMP/repo-tag-target (glob)
400 403 searching for changes
401 404 adding changesets
General Comments 0
You need to be logged in to leave comments. Login now