~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2009-07-29 04:57:50 UTC
  • mto: This revision was merged to the branch mainline in revision 4649.
  • Revision ID: robertc@robertcollins.net-20090729045750-qp1iw48rp7jyrfh2
Change the way iter_changes treats specific files to prevent InconsistentDeltas.

This is the internal core code that handles specific file operations like ``bzr st
FILENAME`` or ``bzr commit FILENAME``, and has been changed to include the
parent directories if they have altered, and when a directory stops being
a directory its children are always included.  This fixes a number of
causes for ``InconsistentDelta`` errors, and permits faster commit of
specific paths. (Robert Collins, #347649)

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
* Can now rename/move files even if they have been removed from the inventory.
95
95
  (Marius Kruger)
96
96
 
 
97
* The internal core code that handles specific file operations like
 
98
  ``bzr st FILENAME`` or ``bzr commit FILENAME`` has been changed to
 
99
  include the parent directories if they have altered, and when a
 
100
  directory stops being a directory its children are always included. This
 
101
  fixes a number of causes for ``InconsistentDelta`` errors, and permits
 
102
  faster commit of specific paths. (Robert Collins, #347649)
 
103
 
97
104
* Pushing branches with tags via ``bzr://`` and ``bzr+ssh://`` is much
98
105
  faster, using a new ``Branch.set_tags_bytes`` smart server verb rather
99
106
  than VFS methods.  For example, pushes of small branches with tags take