~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Rory Yorke
  • Date: 2010-09-27 20:22:57 UTC
  • mto: This revision was merged to the branch mainline in revision 5455.
  • Revision ID: rory.yorke@gmail.com-20100927202257-sdvcj5wcfi43apcf
Changes as per Martin [gz]'s review.

Added NEWS entry.

Minor: explicitly close files written to in tests, fixed whitespace.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
* New development format ``development8-subtree`` which is similar to the 
90
90
  ``2a`` format and adds subtree support. (Jelmer Vernooij)
91
91
 
 
92
* The ``pull`` and ``update`` commands now take a ``-show-base``
 
93
  option that, in the case of conflicts, shows the base revision text.
 
94
  (Rory Yorke,  #202374)
 
95
 
92
96
Bug Fixes
93
97
*********
94
98
 
277
281
  constructor has been deprecated, use the ``file_name`` parameter instead.
278
282
  (Vincent Ladeuil)
279
283
 
 
284
* ``WorkingTree`` methods ``pull``, ``update``, and ``_update_tree``
 
285
  now have an optional argument, ``show_base``, which is by default
 
286
  False.  This is flag is ultimately passed to ``merge.merge_inner``
 
287
  in each case. (Rory Yorke, #202374)
 
288
 
280
289
Internals
281
290
*********
282
291