comparison tests/test-pull.out @ 925:5a034646e472

run-tests: remove '+ hg' trick This was causing me a fair amount of debugging confusion. Let's just forget it entirely. Updated tests to match.
author mpm@selenic.com
date Tue, 16 Aug 2005 19:03:01 -0800
parents 0902ffece4b4
children 385b06493465
comparison
equal deleted inserted replaced
924:ab681ea2857e 925:5a034646e472
1 + hg init
2 + hg addremove
3 adding foo 1 adding foo
4 + hg commit -m 1
5 + hg verify
6 checking changesets 2 checking changesets
7 checking manifests 3 checking manifests
8 crosschecking files in changesets and manifests 4 crosschecking files in changesets and manifests
9 checking files 5 checking files
10 1 files, 1 changesets, 1 total revisions 6 1 files, 1 changesets, 1 total revisions
11 + hg clone http://localhost:20059/ copy
12 requesting all changes 7 requesting all changes
13 adding changesets 8 adding changesets
14 adding manifests 9 adding manifests
15 adding file changes 10 adding file changes
16 added 1 changesets with 1 changes to 1 files 11 added 1 changesets with 1 changes to 1 files
17 + hg verify
18 checking changesets 12 checking changesets
19 checking manifests 13 checking manifests
20 crosschecking files in changesets and manifests 14 crosschecking files in changesets and manifests
21 checking files 15 checking files
22 1 files, 1 changesets, 1 total revisions 16 1 files, 1 changesets, 1 total revisions
23 + hg co
24 foo 17 foo
25 + hg manifest
26 2ed2a3912a0b24502043eae84ee4b279c18b90dd 644 foo 18 2ed2a3912a0b24502043eae84ee4b279c18b90dd 644 foo
27 + hg pull
28 pulling from http://localhost:20059/ 19 pulling from http://localhost:20059/
29 searching for changes 20 searching for changes
30 no changes found 21 no changes found
31 killed! 22 killed!