diff tests/test-diffdir @ 749:7e4843b7efd2

Update tests to use commit -m and default -u manifest hash: 6e4385453843031a712005a320d6000595b40d05
author mpm@selenic.com
date Thu, 21 Jul 2005 15:05:17 -0500
parents c15b4bc0a11c
children 6592c4f5cd4f 445970ccf57a
line wrap: on
line diff
--- a/tests/test-diffdir	Thu Jul 21 12:40:28 2005 -0500
+++ b/tests/test-diffdir	Thu Jul 21 15:05:17 2005 -0500
@@ -3,7 +3,7 @@
 hg init
 touch a
 hg add a
-hg ci -t "a" -u test -d "0 0"
+hg ci -m "a" -d "0 0"
 
 echo 123 > b
 hg add b