~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Make merge correctly locate a lca where there is a criss-cross merge
        of a new root.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
  is involved in a text conflict (but the conflict is still not
61
61
  resolved). (Vincent Ladeuil, #646961)
62
62
 
 
63
* Merge will now correctly locate a lca where there is a criss-cross merge
 
64
  of a new root. (Gary van der Merwe, #588698)
 
65
 
63
66
* Report error if non-ASCII command option given. (Rory Yorke, #140563)
64
67
 
65
68
Documentation
79
82
.. Major internal changes, unlikely to be visible to users or plugin 
80
83
   developers, but interesting for bzr developers.
81
84
 
 
85
* ``BranchBuilder.build_snapshot`` now accepts parent_ids == [].
 
86
  This can be used to create a new root in the graph. (Gary van der Merwe)
 
87
 
82
88
Testing
83
89
*******
84
90