##// END OF EJS Templates
Addes test for error messages when operating on non-existing files.
Addes test for error messages when operating on non-existing files.

File last commit:

r814:0902ffec merge default
r909:e2e7a246 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"