~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-12 21:50:01 UTC
  • mfrom: (4953.1.1 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100112215001-mu2pjccnxb01p3u1
(jam) Merge bzr.stable, including the bugfix for #494269

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
  changed underneath it (like another autopack). Now concurrent
226
226
  autopackers will properly succeed. (John Arbash Meinel, #495000)
227
227
 
 
228
* ``TreeTransform`` can now handle when a delta says that the file id for
 
229
  the tree root changes. Rather than trying to rename your working
 
230
  directory, or failing early saying that you can't have multiple
 
231
  tree roots. This also fixes ``bzr revert`` when the root id changes.
 
232
  (Currently ``bzr update`` is still broken.)
 
233
  (John Arbash Meinel, #494269)
 
234
 
228
235
* ``_update_current_block`` no longer suppresses exceptions, so ^C at just
229
236
  the right time will get propagated, rather than silently failing to move
230
237
  the block pointer. (John Arbash Meinel, Gareth White, #495023)