~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-10-22 21:25:20 UTC
  • mfrom: (2921.2.2 knits)
  • Revision ID: pqm@pqm.ubuntu.com-20071022212520-al7xlieh3d7ng370
(robertc) Reduce list copying during text construction decreasing the time to extract single texts with many deltas. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
   * Inventory serialisation no longer double-sha's the content.
56
56
     (Robert Collins)
57
57
 
 
58
   * Knit text reconstruction now avoids making copies of the lines list for
 
59
     interim texts when building a single text. The new ``apply_delta`` method
 
60
     on ``KnitContent`` aids this by allowing modification of the revision id
 
61
     such objects represent. (Robert Collins)
 
62
 
58
63
   * Pack indices are now partially parsed for specific key lookup using a
59
64
     bisection approach. (Robert Collins)
60
65
 
78
83
   * Show encodings, locale and list of plugins in the traceback message.
79
84
     (Martin Pool, #63894)
80
85
 
81
 
 
82
86
  DOCUMENTATION:
83
87
 
84
88
   * New *Bazaar in Five Minutes* guide.  (Matthew Revell)