comparison tests/test-simple-update @ 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 4fc63e22b1fe
children ec85f9e6f3b1 8f5637f0a0c0 0902ffece4b4
comparison
equal deleted inserted replaced
748:c5df1a9c5276 749:7e4843b7efd2
5 mkdir test 5 mkdir test
6 cd test 6 cd test
7 echo foo>foo 7 echo foo>foo
8 hg init 8 hg init
9 hg addremove 9 hg addremove
10 hg commit -t "1" 10 hg commit -m "1"
11 hg verify 11 hg verify
12 12
13 hg clone . ../branch 13 hg clone . ../branch
14 cd ../branch 14 cd ../branch
15 hg co 15 hg co
16 echo bar>>foo 16 echo bar>>foo
17 hg commit -t "2" 17 hg commit -m "2"
18 18
19 cd ../test 19 cd ../test
20 hg pull ../branch 20 hg pull ../branch
21 hg verify 21 hg verify
22 hg co 22 hg co