comparison tests/test-clone.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 32f7dc81c07e
children 1f9ec150a476 8f5637f0a0c0 0902ffece4b4
comparison
equal deleted inserted replaced
748:c5df1a9c5276 749:7e4843b7efd2
1 + mkdir a 1 + mkdir a
2 + cd a 2 + cd a
3 + hg init 3 + hg init
4 + echo a 4 + echo a
5 + hg add a 5 + hg add a
6 + hg commit -t test -u test -d '0 0' 6 + hg commit -m test -d '0 0'
7 + hg clone . ../b 7 + hg clone . ../b
8 + cd ../b 8 + cd ../b
9 + cat a 9 + cat a
10 a 10 a
11 + hg verify 11 + hg verify