comparison tests/test-simple-update.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 61ed30e82b27
comparison
equal deleted inserted replaced
748:c5df1a9c5276 749:7e4843b7efd2
1 + mkdir test 1 + mkdir test
2 + cd test 2 + cd test
3 + echo foo 3 + echo foo
4 + hg init 4 + hg init
5 + hg addremove 5 + hg addremove
6 + hg commit -t 1 6 + hg commit -m 1
7 + hg verify 7 + hg verify
8 checking changesets 8 checking changesets
9 checking manifests 9 checking manifests
10 crosschecking files in changesets and manifests 10 crosschecking files in changesets and manifests
11 checking files 11 checking files
12 1 files, 1 changesets, 1 total revisions 12 1 files, 1 changesets, 1 total revisions
13 + hg clone . ../branch 13 + hg clone . ../branch
14 + cd ../branch 14 + cd ../branch
15 + hg co 15 + hg co
16 + echo bar 16 + echo bar
17 + hg commit -t 2 17 + hg commit -m 2
18 + cd ../test 18 + cd ../test
19 + hg pull ../branch 19 + hg pull ../branch
20 pulling from ../branch 20 pulling from ../branch
21 searching for changes 21 searching for changes
22 adding changesets 22 adding changesets