annotate tests/test-pull.out @ 635:85e2209d401c

Protocol switch from using generators to stream-like objects. This allows the the pull side to precisely control how much data is read so that another encapsulation layer is not needed. An http client gets a response with a finite size. Because ssh clients need to keep the stream open, we must not read more data than is sent in a response. But due to the streaming nature of the changegroup scheme, only the piece that's parsing the data knows how far it's allowed to read. This means the generator scheme isn't fine-grained enough. Instead we need file-like objects with a read(x) method. This switches everything for push/pull over to using file-like objects rather than generators.
author Matt Mackall <mpm@selenic.com>
date Wed, 06 Jul 2005 22:20:12 -0800
parents eb46971fc57f
children 5d6177b72fcc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
336
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
1 checking changesets
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
2 checking manifests
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
3 crosschecking files in changesets and manifests
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
4 checking files
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
5 1 files, 1 changesets, 1 total revisions
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
6 requesting all changes
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
7 adding changesets
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
8 adding manifests
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
9 adding file revisions
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
10 modified 1 files, added 1 changesets and 1 new revisions
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
11 checking changesets
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
12 checking manifests
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
13 crosschecking files in changesets and manifests
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
14 checking files
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
15 1 files, 1 changesets, 1 total revisions
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
16 foo
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
17 2ed2a3912a0b24502043eae84ee4b279c18b90dd 644 foo
522
2f1de824798a Fix empty pull bug that appeared this morning
mpm@selenic.com
parents: 350
diff changeset
18 pulling from http://localhost:20059/
2f1de824798a Fix empty pull bug that appeared this morning
mpm@selenic.com
parents: 350
diff changeset
19 searching for changes
2f1de824798a Fix empty pull bug that appeared this morning
mpm@selenic.com
parents: 350
diff changeset
20 no changes found