diff tests/test-flags @ 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 eb46971fc57f
children ec85f9e6f3b1 8f5637f0a0c0 0902ffece4b4
line wrap: on
line diff
--- a/tests/test-flags	Thu Jul 21 12:40:28 2005 -0500
+++ b/tests/test-flags	Thu Jul 21 15:05:17 2005 -0500
@@ -7,7 +7,7 @@
 hg init
 touch a b
 hg add a b
-hg ci -t "added a b" -u test -d "0 0"
+hg ci -m "added a b" -d "0 0"
 
 cd ..
 mkdir test2
@@ -17,11 +17,11 @@
 hg pull ../test1
 hg co
 chmod +x a
-hg ci -t "chmod +x a" -u test -d "0 0"
+hg ci -m "chmod +x a" -d "0 0"
 
 cd ../test1
 echo 123 >>a
-hg ci -t "a updated" -u test -d "0 0"
+hg ci -m "a updated" -d "0 0"
 
 hg pull ../test2
 hg heads