##// END OF EJS Templates
Fixed test-copy2 with only looking at copied files.
Fixed test-copy2 with only looking at copied files.

File last commit:

r814:0902ffec merge default
r1127:19b048da 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"