##// END OF EJS Templates
Allow for MB/sec transfer rates in test-http
Allow for MB/sec transfer rates in test-http

File last commit:

r2986:7827bc82 default
r2986:7827bc82 default
Show More
test-http.out
40 lines | 1.2 KiB | text/plain | TextLexer
Vadim Gelfer
add support for streaming clone....
r2612 adding foo
% clone via stream
streaming all changes
XXX files to transfer, XXX bytes of data
Lee Cantey
Allow for MB/sec transfer rates in test-http
r2986 transferred XXX bytes in XXX seconds (XXX XB/sec)
Vadim Gelfer
add support for streaming clone....
r2612 XXX files updated, XXX files merged, XXX files removed, XXX files unresolved
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions
Vadim Gelfer
clone: disable stream support on server side by default....
r2621 % try to clone via stream, should use pull instead
requesting all changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
Vadim Gelfer
add support for streaming clone....
r2612 % clone via pull
requesting all changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions
Vadim Gelfer
hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks...
r2673 adding bar
% pull
Thomas Arendsen Hein
Fixed confused directory changing in test-http.
r2676 changegroup: u=http://localhost:20059/
Vadim Gelfer
hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks...
r2673 pulling from http://localhost:20059/
searching for changes
Thomas Arendsen Hein
Fixed confused directory changing in test-http.
r2676 adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
(run 'hg update' to get a working copy)