~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-25 02:47:25 UTC
  • mfrom: (2625.8.2 knits)
  • Revision ID: pqm@pqm.ubuntu.com-20070725024725-x592w4y7gdqxv81x
(robertc) Allow the adaption of Knits to external indices via KnitGraphIndex. (Robert Collins).

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
      comply with the style guide by being one or more sentences with an
91
91
      initial capital and final period. (Martin Pool)
92
92
 
 
93
    * KnitIndex.get_parents now returns tuples. (Robert Collins)
 
94
 
93
95
  INTERNALS:
94
96
 
95
97
    * merge now uses ``iter_changes`` to calculate changes, which makes room for
141
143
 
142
144
    * New EmailMessage class to create email messages. (Adeodato Simó)
143
145
 
 
146
    * Unused functions on the private interface KnitIndex have been removed.
 
147
      (Robert Collins)
 
148
 
 
149
    * New ``knit.KnitGraphIndex`` which provides a ``KnitIndex`` layered on top
 
150
      of a ``index.GraphIndex``. (Robert Collins)
 
151
 
 
152
    * New ``knit.KnitVersionedFile.iter_parents`` method that allows querying
 
153
      the parents of many knit nodes at once, reducing round trips to the 
 
154
      underlying index. (Robert Collins)
 
155
 
144
156
  TESTING:
145
157
 
146
158
    * Remove selftest ``--clean-output``, ``--numbered-dirs`` and