~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2010-04-14 04:48:00 UTC
  • mto: This revision was merged to the branch mainline in revision 5153.
  • Revision ID: robertc@robertcollins.net-20100414044800-wda5phry84h497pn
``bzr update`` when a pending merge in the working tree has been merged
into the master branch will no longer claim that old commits have become
pending merges. (Robert Collins, #562079)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
  True explicitly to get the previous behaviour.  
29
29
  (Vincent Ladeuil, #519319)
30
30
 
 
31
* ``bzr update`` when a pending merge in the working tree has been merged
 
32
  into the master branch will no longer claim that old commits have become
 
33
  pending merges. (Robert Collins, #562079)
 
34
 
31
35
* ``bzrlib.mutabletree.MutableTree.commit`` will now support a passed in
32
36
  config as in previous versions of bzrlib. (Robert Collins)
33
37