comparison 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
comparison
equal deleted inserted replaced
748:c5df1a9c5276 749:7e4843b7efd2
2 + mkdir test1 2 + mkdir test1
3 + cd test1 3 + cd test1
4 + hg init 4 + hg init
5 + touch a b 5 + touch a b
6 + hg add a b 6 + hg add a b
7 + hg ci -t 'added a b' -u test -d '0 0' 7 + hg ci -m 'added a b' -d '0 0'
8 + cd .. 8 + cd ..
9 + mkdir test2 9 + mkdir test2
10 + cd test2 10 + cd test2
11 + hg init 11 + hg init
12 + hg pull ../test1 12 + hg pull ../test1
17 adding file revisions 17 adding file revisions
18 modified 2 files, added 1 changesets and 2 new revisions 18 modified 2 files, added 1 changesets and 2 new revisions
19 (run 'hg update' to get a working copy) 19 (run 'hg update' to get a working copy)
20 + hg co 20 + hg co
21 + chmod +x a 21 + chmod +x a
22 + hg ci -t 'chmod +x a' -u test -d '0 0' 22 + hg ci -m 'chmod +x a' -d '0 0'
23 + cd ../test1 23 + cd ../test1
24 + echo 123 24 + echo 123
25 + hg ci -t 'a updated' -u test -d '0 0' 25 + hg ci -m 'a updated' -d '0 0'
26 + hg pull ../test2 26 + hg pull ../test2
27 pulling from ../test2 27 pulling from ../test2
28 searching for changes 28 searching for changes
29 adding changesets 29 adding changesets
30 adding manifests 30 adding manifests