diff --git a/tests/test-clone b/tests/test-clone --- a/tests/test-clone +++ b/tests/test-clone @@ -6,7 +6,7 @@ cd a hg init echo a > a hg add a -hg commit -t test -u test -d '0 0' +hg commit -m test -d '0 0' # Default operation hg clone . ../b