~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-10-17 22:36:05 UTC
  • mfrom: (3777.4.2 annotate_cleanups)
  • Revision ID: pqm@pqm.ubuntu.com-20081017223605-ais9run1hp476y1c
(jam) Re-enable the fast-path for annotate,
        and allow it to work with non-lh compression parents.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
      memory before writing it to disk. This was a little bit faster, but
38
38
      consumed lots of memory. (John Arbash Meinel, #269456)
39
39
 
 
40
    * Fixes to the ``annotate`` code. The fast-path which re-used the
 
41
      stored deltas was accidentally disabled all the time, instead of
 
42
      only when a branch was stacked. Second, the code would accidentally
 
43
      re-use a delta even if it wasn't against the left-parent, this
 
44
      could only happen if ``bzr reconcile`` decided that the parent
 
45
      ordering was incorrect in the file graph.  (John Arbash Meinel)
 
46
 
40
47
  DOCUMENTATION:
41
48
 
42
49
  API CHANGES: