~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

The bugs aren't fixed until the options are taken into account for text
conflicts too (which requires at least discussion and the ability to
resolve only the conflicted regions as opposed to taking .THIS or .OTHER
as whole).

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
* Tree-shape conflicts can be resolved by providing ``--keep-mine`` and
32
32
  ``--take-theirs`` to the ``bzr resolve`` command. Just marking the conflict
33
33
  as resolved is still accessible via the ``--done`` default action.
34
 
  (Vincent Ladeuil, #257297, #232512)
 
34
  (Vincent Ladeuil)
35
35
 
36
36
Bug Fixes
37
37
*********