~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2008-06-02 16:09:09 UTC
  • mto: This revision was merged to the branch mainline in revision 3472.
  • Revision ID: john@arbash-meinel.com-20080602160909-u5q4mzn2ou6kz2r7
Change WT.set_parent_(ids/trees) to filter out ancestors.

This makes it impossible to trigger bug #235407, since we can't have repeated
ancestors given.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
    * ``bzr merge --lca`` should handle when two revisions have no common
59
59
      ancestor other than NULL_REVISION. (John Arbash Meinel, #235715)
60
60
 
61
 
    * ``bzr status`` was breaking if you merged the same revision 2x.
 
61
    * ``bzr status`` was breaking if you merged the same revision twice.
62
62
      (John Arbash Meinel, #235407)
63
63
 
64
64
    * ``bzr push`` with both ``--overwrite`` and ``-r NNN`` options no longer
173
173
      insert_record_stream are meant to efficiently replace this method.
174
174
      (Robert Collins)
175
175
 
 
176
    * ``WorkingTree.set_parent_(ids/trees)`` will now filter out revisions
 
177
      which are in the ancestry of other revisions. So if you merge the same
 
178
      tree twice, or merge an ancestor of an existing merge, it will only
 
179
      record the newest. (If you merge a descendent, it will replace its
 
180
      ancestor). (John Arbash Meinel, #235407)
 
181
 
176
182
    * ``WorkingTreeFormat2.stub_initialize_remote`` is now private.
177
183
      (Martin Pool) 
178
184