~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(gz) Enable use of 3-way conflict markers in pull and update by adding
 --show-base option (Rory Yorke)

Show diffs side-by-side

added added

removed removed

Lines of Context:
257
257
* New development format ``development8-subtree`` which is similar to the 
258
258
  ``2a`` format and adds subtree support. (Jelmer Vernooij)
259
259
 
 
260
* The ``pull`` and ``update`` commands now take a ``-show-base``
 
261
  option that, in the case of conflicts, shows the base revision text.
 
262
  (Rory Yorke,  #202374)
 
263
 
260
264
Bug Fixes
261
265
*********
262
266
 
459
463
  constructor has been deprecated, use the ``file_name`` parameter instead.
460
464
  (Vincent Ladeuil)
461
465
 
 
466
* ``WorkingTree`` methods ``pull``, ``update``, and ``_update_tree``
 
467
  now have an optional argument, ``show_base``, which is by default
 
468
  False.  This is flag is ultimately passed to ``merge.merge_inner``
 
469
  in each case. (Rory Yorke, #202374)
 
470
 
462
471
Internals
463
472
*********
464
473