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

r10490:f2618cac stable
r10521:bde1bb25 stable
Show More
test-merge-commit.out
96 lines | 4.1 KiB | text/plain | TextLexer
/ tests / test-merge-commit.out
Alexis S. L. Carvalho
filecommit: don't forget the local parent on a merge with a local rename
r4058 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
Dirkjan Ochtman
warn about new heads on commit (issue842)
r6336 created new head
Matt Mackall
merge: introduce mergestate
r6512 merging bar and foo to bar
Alexis S. L. Carvalho
filecommit: don't forget the local parent on a merge with a local rename
r4058 0 files updated, 1 files merged, 0 files removed, 0 files unresolved
(branch merge, don't forget to commit)
% contents of bar should be line0 line1 line2
line0
line1
line2
rev offset length base linkrev nodeid p1 p2
Ronny Pfannschmidt
filelog: sort meta entries, ensure deterministic order
r10490 0 0 77 0 2 d35118874825 000000000000 000000000000
1 77 76 0 3 5345f5ab8abd 000000000000 d35118874825
Alexis S. L. Carvalho
filecommit: don't forget the local parent on a merge with a local rename
r4058 bar renamed from foo:9e25c27b87571a1edee5ae4dddee5687746cc8e2
rev offset length base linkrev nodeid p1 p2
0 0 7 0 0 690b295714ae 000000000000 000000000000
1 7 13 1 1 9e25c27b8757 690b295714ae 000000000000
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
Dirkjan Ochtman
warn about new heads on commit (issue842)
r6336 created new head
Ronny Pfannschmidt
filelog: sort meta entries, ensure deterministic order
r10490 4:2263c1be0967 2:0f2ff26688b9
3:0555950ead28 2:0f2ff26688b9 1:5cd961e4045d
2:0f2ff26688b9 0:2665aaee66e9
Alexis S. L. Carvalho
filecommit: don't forget the local parent on a merge with a local rename
r4058 1:5cd961e4045d
0:2665aaee66e9
% this should use bar@rev2 as the ancestor
Matt Mackall
merge: refactor manifestmerge init to better report effective ancestor
r8753 searching for copies back to rev 1
Alexis S. L. Carvalho
filecommit: don't forget the local parent on a merge with a local rename
r4058 resolving manifests
overwrite None partial False
Ronny Pfannschmidt
filelog: sort meta entries, ensure deterministic order
r10490 ancestor 0f2ff26688b9 local 2263c1be0967+ remote 0555950ead28
Alexis S. L. Carvalho
filecommit: don't forget the local parent on a merge with a local rename
r4058 bar: versions differ -> m
Matt Mackall
merge: introduce mergestate
r6512 preserving bar for resolve of bar
Augie Fackler
update: make calls to ui.progress()
r10431 update: bar 1/1 files (100.00%)
Matt Mackall
merge: allow smarter tool configuration...
r6004 picked tool 'internal:merge' for bar (binary False symlink False)
Alexis S. L. Carvalho
filecommit: don't forget the local parent on a merge with a local rename
r4058 merging bar
Ronny Pfannschmidt
filelog: sort meta entries, ensure deterministic order
r10490 my bar@2263c1be0967+ other bar@0555950ead28 ancestor bar@0f2ff26688b9
Matt Mackall
merge: allow smarter tool configuration...
r6004 premerge successful
Alexis S. L. Carvalho
filecommit: don't forget the local parent on a merge with a local rename
r4058 0 files updated, 1 files merged, 0 files removed, 0 files unresolved
(branch merge, don't forget to commit)
% contents of bar should be line1 line2
line1
line2
rev offset length base linkrev nodeid p1 p2
Ronny Pfannschmidt
filelog: sort meta entries, ensure deterministic order
r10490 0 0 77 0 2 d35118874825 000000000000 000000000000
1 77 76 0 3 5345f5ab8abd 000000000000 d35118874825
2 153 7 2 4 ff4b45017382 d35118874825 000000000000
3 160 13 3 5 3701b4893544 ff4b45017382 5345f5ab8abd
Alexis S. L. Carvalho
filecommit: don't forget the local parent on a merge with a local rename
r4058
requesting all changes
adding changesets
adding manifests
adding file changes
added 3 changesets with 3 changes to 2 files (+1 heads)
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
Matt Mackall
merge: introduce mergestate
r6512 merging foo and bar to bar
Alexis S. L. Carvalho
filecommit: don't forget the local parent on a merge with a local rename
r4058 0 files updated, 1 files merged, 0 files removed, 0 files unresolved
(branch merge, don't forget to commit)
% contents of bar should be line0 line1 line2
line0
line1
line2
rev offset length base linkrev nodeid p1 p2
Ronny Pfannschmidt
filelog: sort meta entries, ensure deterministic order
r10490 0 0 77 0 2 d35118874825 000000000000 000000000000
1 77 76 0 3 5345f5ab8abd 000000000000 d35118874825
Alexis S. L. Carvalho
filecommit: don't forget the local parent on a merge with a local rename
r4058 bar renamed from foo:9e25c27b87571a1edee5ae4dddee5687746cc8e2
rev offset length base linkrev nodeid p1 p2
0 0 7 0 0 690b295714ae 000000000000 000000000000
1 7 13 1 1 9e25c27b8757 690b295714ae 000000000000
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
Dirkjan Ochtman
warn about new heads on commit (issue842)
r6336 created new head
Ronny Pfannschmidt
filelog: sort meta entries, ensure deterministic order
r10490 4:2263c1be0967 2:0f2ff26688b9
3:3ffa6b9e35f0 1:5cd961e4045d 2:0f2ff26688b9
2:0f2ff26688b9 0:2665aaee66e9
Alexis S. L. Carvalho
filecommit: don't forget the local parent on a merge with a local rename
r4058 1:5cd961e4045d
0:2665aaee66e9
% this should use bar@rev2 as the ancestor
Matt Mackall
merge: refactor manifestmerge init to better report effective ancestor
r8753 searching for copies back to rev 1
Alexis S. L. Carvalho
filecommit: don't forget the local parent on a merge with a local rename
r4058 resolving manifests
overwrite None partial False
Ronny Pfannschmidt
filelog: sort meta entries, ensure deterministic order
r10490 ancestor 0f2ff26688b9 local 2263c1be0967+ remote 3ffa6b9e35f0
Alexis S. L. Carvalho
filecommit: don't forget the local parent on a merge with a local rename
r4058 bar: versions differ -> m
Matt Mackall
merge: introduce mergestate
r6512 preserving bar for resolve of bar
Augie Fackler
update: make calls to ui.progress()
r10431 update: bar 1/1 files (100.00%)
Matt Mackall
merge: allow smarter tool configuration...
r6004 picked tool 'internal:merge' for bar (binary False symlink False)
Alexis S. L. Carvalho
filecommit: don't forget the local parent on a merge with a local rename
r4058 merging bar
Ronny Pfannschmidt
filelog: sort meta entries, ensure deterministic order
r10490 my bar@2263c1be0967+ other bar@3ffa6b9e35f0 ancestor bar@0f2ff26688b9
Matt Mackall
merge: allow smarter tool configuration...
r6004 premerge successful
Alexis S. L. Carvalho
filecommit: don't forget the local parent on a merge with a local rename
r4058 0 files updated, 1 files merged, 0 files removed, 0 files unresolved
(branch merge, don't forget to commit)
% contents of bar should be line1 line2
line1
line2
rev offset length base linkrev nodeid p1 p2
Ronny Pfannschmidt
filelog: sort meta entries, ensure deterministic order
r10490 0 0 77 0 2 d35118874825 000000000000 000000000000
1 77 76 0 3 5345f5ab8abd 000000000000 d35118874825
2 153 7 2 4 ff4b45017382 d35118874825 000000000000
3 160 13 3 5 3701b4893544 ff4b45017382 5345f5ab8abd