##// END OF EJS Templates
Do not use osutil.c with python 2.4 and Windows (issue1364)...
Do not use osutil.c with python 2.4 and Windows (issue1364) Windows python 2.4 os.stat() reports times including DST offset, while osutil.c reports the correct value, which makes status() systematically compare files content. This bug is fixed in python 2.5. Using osutil.py instead of osutil.c is 4x times slower on large repositories but current code is completely unusable. Given few people are likely to use python 2.4 on Windows this solution was considered a good trade-off compared to more invasive solutions trying to address the offset issue.

File last commit:

r10398:ace3cf2b default
r10521:bde1bb25 stable
Show More
test-http.out
47 lines | 1.5 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
Mads Kiilerich
tests: don't just silently strip port numbers
r10398 abort: cannot start server at ':$HGPORT1':
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
Mads Kiilerich
tests: don't just silently strip port numbers
r10398 changegroup hook: HG_NODE=5fed3813f7f5e1824344fdc9cf8f63bb662c292d HG_SOURCE=pull HG_URL=http://localhost:$HGPORT1/
pulling from http://localhost:$HGPORT1/
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)