comparison tests/test-http.out @ 2612:ffb895f16925

add support for streaming clone. existing clone code uses pull to get changes from remote repo. is very slow, uses lots of memory and cpu. new clone code has server write file data straight to client, client writes file data straight to disk. memory and cpu used are very low, clone is much faster over lan. new client can still clone with pull, can still clone from older servers. new server can still serve older clients.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Fri, 14 Jul 2006 11:17:22 -0700
parents
children 5a5852a417b1
comparison
equal deleted inserted replaced
2611:1b4eb1f92433 2612:ffb895f16925
1 (the addremove command is deprecated; use add and remove --after instead)
2 adding foo
3 checking changesets
4 checking manifests
5 crosschecking files in changesets and manifests
6 checking files
7 1 files, 1 changesets, 1 total revisions
8 % clone via stream
9 streaming all changes
10 XXX files to transfer, XXX bytes of data
11 transferred XXX bytes in XXX seconds (XXX KB/sec)
12 XXX files updated, XXX files merged, XXX files removed, XXX files unresolved
13 checking changesets
14 checking manifests
15 crosschecking files in changesets and manifests
16 checking files
17 1 files, 1 changesets, 1 total revisions
18 % clone via pull
19 requesting all changes
20 adding changesets
21 adding manifests
22 adding file changes
23 added 1 changesets with 1 changes to 1 files
24 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
25 checking changesets
26 checking manifests
27 crosschecking files in changesets and manifests
28 checking files
29 1 files, 1 changesets, 1 total revisions