diff tests/test-up-local-change.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 c5df1a9c5276
children 61ed30e82b27
line wrap: on
line diff
--- a/tests/test-up-local-change.out
+++ b/tests/test-up-local-change.out
@@ -3,7 +3,7 @@
 + hg init
 + echo a
 + hg addremove
-+ hg commit -t 1 -u test -d '0 0'
++ hg commit -m 1 -d '0 0'
 + hg clone . ../r2
 + cd ../r2
 + hg up
@@ -20,7 +20,7 @@ diff -r c19d34741b0a a
 + echo b
 + echo a2
 + hg addremove
-+ hg commit -t 2 -u test -d '0 0'
++ hg commit -m 2 -d '0 0'
 + cd ../r2
 + hg -q pull ../r1
 + hg status