~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2009-03-23 03:07:13 UTC
  • mto: This revision was merged to the branch mainline in revision 4183.
  • Revision ID: robertc@robertcollins.net-20090323030713-o0xmije7v3w07ujy
Fix bug with merges of new files, increasing test coverage to ensure its kept fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
  optmizations turned off. This only has effect when processing > 100,000
165
165
  keys during something like ``bzr pack``. (John Arbash Meinel)
166
166
 
 
167
* ``CommitBuilder`` has a new method, ``record_iter_changes`` which works
 
168
  in terms of an iter_changes iterator rather than full tree scanning.
 
169
  (Robert Collins)
 
170
 
167
171
* ``DirState`` can now be passed a custom ``SHA1Provider`` object
168
172
  enabling it to store the SHA1 and stat of the canonical (post
169
173
  content filtered) form. (Ian Clatworthy)