~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-07-09 00:44:25 UTC
  • mfrom: (4454.3.79 1.17-rework-annotate)
  • Revision ID: pqm@pqm.ubuntu.com-20090709004425-6tukiuklys5y02m5
(jam) Rework the internals of annotate to use a class object (fixes
        bug #387952)

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
  diverged-branches`` when a push fails because the branches have
49
49
  diverged.  (Neil Martinsen-Burrell, #269477)
50
50
 
 
51
* Annotate would sometimes 'latch on' to trivial lines, causing important
 
52
  lines to be incorrectly annotated. (John Arbash Meinel, #387952)
 
53
 
51
54
* Automatic format upgrades triggered by default stacking policies on a
52
55
  1.16rc1 (or later) smart server work again.
53
56
  (Andrew Bennetts, #388675)
167
170
Improvements
168
171
************
169
172
 
170
 
``bzr ls`` is now faster. On OpenOffice.org, the time drops from 2.4
 
173
* ``bzr annotate`` can now be significantly faster. The time for
 
174
  ``bzr annotate NEWS`` is down to 7s from 22s in 1.16. Files with long
 
175
  histories and lots of 'duplicate insertions' will be improved more than
 
176
  others. (John Arbash Meinel, Vincent Ladeuil)
 
177
 
 
178
* ``bzr ls`` is now faster. On OpenOffice.org, the time drops from 2.4
171
179
  to 1.1 seconds. The improvement for ``bzr ls -r-1`` is more
172
180
  substantial dropping from 54.3 to 1.1 seconds. (Ian Clatworthy)
173
181