diff --git a/tests/test-hook b/tests/test-hook --- a/tests/test-hook +++ b/tests/test-hook @@ -6,4 +6,4 @@ echo 'precommit = echo precommit hook' > echo 'commit = echo commit hook: $NODE' >> .hg/hgrc echo a > a hg add a -hg commit -t "test" -u test -d "0 0" +hg commit -m "test" -d "0 0"