~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Fix an edge case with deleted files and criss-cross merges.

We wanted to be careful that if you had a criss-cross merge and both sides
resolved the conflict in a different way, that you got a conflict.
However, the original test was actually testing when one LCA dominated the
other, which is a case where we shouldn't conflict.

Test cases updated appropriately.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    * Progress bars now show the rate of activity for some sftp 
13
13
      operations, and they are drawn different.  (Martin Pool, #172741)
14
14
 
 
15
  BUG FIXES:
 
16
 
 
17
    * There was a bug in how we handled resolving when a file is deleted
 
18
      in one branch, and modified in the other. If there was a criss-cross
 
19
      merge, we would cause the deletion to conflict a second time.
 
20
      (Vincent Ladeuil, John Arbash Meinel)
 
21
 
 
22
 
15
23
NOT RELEASED YET
16
24
----------------
17
25