##// END OF EJS Templates
Merge with TAH
Merge with TAH

File last commit:

r814:0902ffec merge default
r910:891b6a26 merge default
Show More
test-hook
9 lines | 197 B | text/plain | TextLexer
#!/bin/sh
hg init
echo "[hooks]" > .hg/hgrc
echo 'precommit = echo precommit hook' >> .hg/hgrc
echo 'commit = echo commit hook: $NODE' >> .hg/hgrc
echo a > a
hg add a
hg commit -m "test" -d "0 0"