~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2008-10-17 16:14:20 UTC
  • mto: This revision was merged to the branch mainline in revision 3785.
  • Revision ID: john@arbash-meinel.com-20081017161420-q7au1ngfvf2rwb4j
Two fixes for annotate code.

Restore the fast path when a branch is not stacked.
Handle when compression_parent is not the left-hand parent.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
  BUG FIXES:
20
20
 
 
21
    * Fixes to the ``annotate`` code. The fast-path which re-used the
 
22
      stored deltas was accidentally disabled all the time, instead of
 
23
      only when a branch was stacked. Second, the code would accidentally
 
24
      re-use a delta even if it wasn't against the left-parent, this
 
25
      could only happen if ``bzr reconcile`` decided that the parent
 
26
      ordering was incorrect in the file graph.  (John Arbash Meinel)
 
27
 
21
28
  DOCUMENTATION:
22
29
 
23
30
  API CHANGES: