strange failure with LCA merge
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
High
|
Unassigned |
Bug Description
reported to me via email by Guilhem, who was trying to merge mysql-maria into mysql-6.0
So I did this in 6.0:
bzr merge ..\mysql-maria
bzr conflicts #says 143 conflicts
bzr remerge --lca
The latter command printed:
Warning: criss-cross merge encountered. See bzr help criss-cross.
Exception exceptions.
bzr: ERROR: The file id "sp1f-genericms
<cut the end of the error message, which is a dump of the above
python structure and takes 2MB>
After that,
bzr conflicts
printed nothing (and there were no BASE/OTHER/THIS files anymore in
the tree). Some changes made into the Maria tree and which should have
been merged by the merge, were lost. For example some changes in
sql/sql_
version, no Maria changes. My impression is that for all files which
had conflicts in "bzr merge", "bzr remerge --lca" retained their 6.0
version and no single Maria change.
Looks like a bug.
(John was able to repro this)
Changed in bzr: | |
importance: | Undecided → High |
Changed in bzr: | |
status: | Incomplete → Triaged |
Changed in bzr: | |
assignee: | nobody → vila |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
Any chance you could try to reproduce this with bzr 1.6?