##// 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:

r9528:314fc589 default
r10521:bde1bb25 stable
Show More
test-convert-hg-source.out
52 lines | 1.2 KiB | text/plain | TextLexer
/ tests / test-convert-hg-source.out
Dirkjan Ochtman
warn about new heads on commit (issue842)
r6336 created new head
Matt Mackall
merge: introduce mergestate
r6512 merging baz and foo to baz
Alexis S. L. Carvalho
convert: mercurial_source: also search for copies in modified files...
r5280 1 files updated, 1 files merged, 0 files removed, 0 files unresolved
(branch merge, don't forget to commit)
1 files updated, 0 files merged, 1 files removed, 0 files unresolved
Matt Mackall
merge: introduce mergestate
r6512 merging foo and baz to baz
Alexis S. L. Carvalho
convert: mercurial_source: also search for copies in modified files...
r5280 1 files updated, 1 files merged, 0 files removed, 0 files unresolved
(branch merge, don't forget to commit)
Dirkjan Ochtman
warn about new heads on commit (issue842)
r6336 created new head
Alexis S. L. Carvalho
convert: mercurial_source: also search for copies in modified files...
r5280 initializing destination new repository
scanning source...
sorting...
converting...
Maxim Dounin
Fix copies reporting in log and convert....
r5811 5 add foo bar
4 change foo
3 make bar and baz copies of foo
2 merge local copy
1 merge remote copy
0 mark baz executable
Alexis S. L. Carvalho
convert: mercurial_source: also search for copies in modified files...
r5280 comparing with ../orig
searching for changes
no changes found
Patrick Mezard
convert: make mapfile handle LF and CRLF shamap (issue1846)
r9528 % check shamap LF and CRLF handling
scanning source...
sorting...
converting...
1 change foo again again
0 change foo again
Patrick Mezard
convert: ignore hg source errors with hg.ignoreerrors (issue 1357)...
r7231 % init broken repository
created new head
% break it
initializing destination fixed repository
scanning source...
sorting...
converting...
4 init
Patrick Mezard
convert: correctly detect missing revlog for root revisions
r7232 ignoring: data/b.i@1e88685f5dde: no match found
Patrick Mezard
convert: default revisions order depends on source...
r8692 3 changeall
2 changebagain
Patrick Mezard
convert: ignore hg source errors with hg.ignoreerrors (issue 1357)...
r7231 1 merge
0 moveb
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
3 files, 5 changesets, 5 total revisions
% manifest -r 0
a
% manifest -r tip
a
c
d