~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(robertc) Make iter_changes produce output that is always safe to
        generate inventory deltas of in the same direction as the
        changes. (Robert Collins, #347649)

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
  example, ``bzr log -r -10..-1 -n0 bzr.dev`` is 2.5s down to 1.0s.
154
154
  (John Arbash Meinel)
155
155
 
 
156
* The internal core code that handles specific file operations like
 
157
  ``bzr st FILENAME`` or ``bzr commit FILENAME`` has been changed to
 
158
  include the parent directories if they have altered, and when a
 
159
  directory stops being a directory its children are always included. This
 
160
  fixes a number of causes for ``InconsistentDelta`` errors, and permits
 
161
  faster commit of specific paths. (Robert Collins, #347649)
 
162
 
156
163
Documentation
157
164
*************
158
165