##// END OF EJS Templates
hg.clone: report branch name on update
hg.clone: report branch name on update

File last commit:

r9611:a3d73b3e default
r9611:a3d73b3e default
Show More
test-http.out
47 lines | 1.4 KiB | text/plain | TextLexer
Vadim Gelfer
add support for streaming clone....
r2612 adding foo
Greg Ward
streamclone: partially encode filename over the wire, not for local read (issue1847)...
r9506 adding foo.d/bAr.hg.d/BaR
adding foo.d/baR.d.hg/bAR
adding foo.d/foo
Stephen Deasey
hgweb: clarify which address and port can/cannot be bound at startup (bug 769)...
r6262 abort: cannot start server at ':20060':
Vadim Gelfer
add support for streaming clone....
r2612 % 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)
Adrian Buehlmann
hg.clone: report branch name on update
r9611 updating to branch default
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
Greg Ward
streamclone: partially encode filename over the wire, not for local read (issue1847)...
r9506 4 files, 1 changesets, 4 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
Greg Ward
streamclone: partially encode filename over the wire, not for local read (issue1847)...
r9506 added 1 changesets with 4 changes to 4 files
Adrian Buehlmann
hg.clone: report branch name on update
r9611 updating to branch default
Greg Ward
streamclone: partially encode filename over the wire, not for local read (issue1847)...
r9506 4 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
Greg Ward
streamclone: partially encode filename over the wire, not for local read (issue1847)...
r9506 added 1 changesets with 4 changes to 4 files
Adrian Buehlmann
hg.clone: report branch name on update
r9611 updating to branch default
Greg Ward
streamclone: partially encode filename over the wire, not for local read (issue1847)...
r9506 4 files updated, 0 files merged, 0 files removed, 0 files unresolved
Vadim Gelfer
add support for streaming clone....
r2612 checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
Greg Ward
streamclone: partially encode filename over the wire, not for local read (issue1847)...
r9506 4 files, 1 changesets, 4 total revisions
Vadim Gelfer
hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks...
r2673 adding bar
% pull
Greg Ward
streamclone: partially encode filename over the wire, not for local read (issue1847)...
r9506 changegroup hook: HG_NODE=5fed3813f7f5e1824344fdc9cf8f63bb662c292d HG_SOURCE=pull HG_URL=http://localhost/
Bryan O'Sullivan
Allow tests to run in parallel.
r5384 pulling from http://localhost/
Vadim Gelfer
hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks...
r2673 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)