comparison tests/test-pull.out @ 808:8f5637f0a0c0

Merge with TAH
author mpm@selenic.com
date Sat, 30 Jul 2005 08:35:29 -0800
parents 122449dd89db 1f9ec150a476
children 0902ffece4b4
comparison
equal deleted inserted replaced
788:64d2a558c943 808:8f5637f0a0c0
1 + hg init
2 + hg addremove
1 adding foo 3 adding foo
4 + hg commit -m 1
5 + hg verify
2 checking changesets 6 checking changesets
3 checking manifests 7 checking manifests
4 crosschecking files in changesets and manifests 8 crosschecking files in changesets and manifests
5 checking files 9 checking files
6 1 files, 1 changesets, 1 total revisions 10 1 files, 1 changesets, 1 total revisions
11 + hg clone http://localhost:20059/ copy
7 requesting all changes 12 requesting all changes
8 adding changesets 13 adding changesets
9 adding manifests 14 adding manifests
10 adding file changes 15 adding file changes
11 added 1 changesets with 1 changes to 1 files 16 added 1 changesets with 1 changes to 1 files
17 + hg verify
12 checking changesets 18 checking changesets
13 checking manifests 19 checking manifests
14 crosschecking files in changesets and manifests 20 crosschecking files in changesets and manifests
15 checking files 21 checking files
16 1 files, 1 changesets, 1 total revisions 22 1 files, 1 changesets, 1 total revisions
23 + hg co
17 foo 24 foo
25 + hg manifest
18 2ed2a3912a0b24502043eae84ee4b279c18b90dd 644 foo 26 2ed2a3912a0b24502043eae84ee4b279c18b90dd 644 foo
27 + hg pull
19 pulling from http://localhost:20059/ 28 pulling from http://localhost:20059/
20 searching for changes 29 searching for changes
21 no changes found 30 no changes found
22 killed! 31 killed!