~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/whats-new/whats-new-in-2.3.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-12-03 08:31:44 UTC
  • mfrom: (4597.14.11 638451-malformed)
  • Revision ID: pqm@pqm.ubuntu.com-20101203083144-b2qfwgifwp1wq6zv
(vila) Implement resolve --take-this and --take-other for text conflicts.
 (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
  default behaviour is specified (if needed) by setting the variable to
132
132
  ``conflict``.  (Vincent Ladeuil, #323111)
133
133
 
 
134
* ``bzr resolve --take-this`` and ``bzr resolve --take-other`` can now be
 
135
  used for text conflicts. This will ignore the differences that were merged
 
136
  cleanly and replace the file with its content in the current branch
 
137
  (``--take-this``) or with its content in the merged branch
 
138
  (``--take-other``). (Vincent Ladeuil, #638451)
 
139
 
134
140
* ``bzr resolve`` now provides more feedback about the conflicts just
135
141
  resolved and the remaining ones. (Vincent Ladeuil)
136
142