~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.5.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-07-18 13:03:03 UTC
  • mfrom: (6030.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20110718130303-4djmfqi2rh6k05aw
(vila) Fix CHKInventory's filtering when mixing changes and moves in
 subfolders (Bastian Bowe)

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
.. Fixes for situations where bzr would previously crash or give incorrect
42
42
   or undesirable results.
43
43
 
 
44
* A call to CHKInventory's filter-method will not result in a
 
45
  DuplicateFileId error, if you move a subfolder and change a file in
 
46
  that subfolder.
 
47
  (Bastian Bowe, #809901)
 
48
 
44
49
* TreeTransformBase.fixup_new_roots no longer forces trees to have a root, so
45
50
  operations that use it, like merge, can now create trees without a root.
46
51
  (Aaron Bentley)