~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(jam) Fix bug #504390 and root-id handling for update and pull

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
* ``TreeTransform`` can now handle when a delta says that the file id for
58
58
  the tree root changes. Rather than trying to rename your working
59
59
  directory, or failing early saying that you can't have multiple
60
 
  tree roots. This also fixes ``bzr revert`` when the root id changes.
61
 
  (Currently ``bzr update`` is still broken.)
62
 
  (John Arbash Meinel, #494269)
 
60
  tree roots. This also fixes revert, update, and pull when the root id
 
61
  changes.  (John Arbash Meinel, #494269, #504390)
63
62
 
64
63
* ``_update_current_block`` no longer suppresses exceptions, so ^C at just
65
64
  the right time will get propagated, rather than silently failing to move