~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.4.txt

(vila) Generate a 'duplicate' conflict instead of a 'content' conflict when
 the same path is involved in both branches. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
.. Fixes for situations where bzr would previously crash or give incorrect
33
33
   or undesirable results.
34
34
 
 
35
* During merges, when two entries end up using the same path for two
 
36
  different file-ids (the same file being 'bzr added' in two different
 
37
  branches) , 'duplicate' conflicts are created instead of 'content'
 
38
  ones. This was previously leading to a 'Malformed tramsform' exception.
 
39
  (Vincent Ladeuil, #880701)
 
40
 
 
41
* 'Malformed transform' exceptions are now recognized as internal errors
 
42
  instead of user errors and report a traceback. This will reduce user
 
43
  confusion as there is generally nothing users can do about them.
 
44
  (Vincent Ladeuil, #880701)
 
45
 
35
46
Documentation
36
47
*************
37
48
 
102
113
* Return early from create_delta_index_from_delta given tiny inputs. This
103
114
  avoids raising a spurious MemoryError on certain platforms such as AIX.
104
115
  (John Arbash Meinel, #856731)
 
116
 
105
117
  
106
118
Documentation
107
119
*************