diff tests/test-flags.out @ 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 574869103985
children 122449dd89db 445970ccf57a
line wrap: on
line diff
--- a/tests/test-flags.out
+++ b/tests/test-flags.out
@@ -4,7 +4,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
 + cd test2
@@ -19,10 +19,10 @@ modified 2 files, added 1 changesets and
 (run 'hg update' to get a working copy)
 + 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
-+ hg ci -t 'a updated' -u test -d '0 0'
++ hg ci -m 'a updated' -d '0 0'
 + hg pull ../test2
 pulling from ../test2
 searching for changes