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)