~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-07-13 15:05:36 UTC
  • mto: (2592.5.3 pack-repository)
  • mto: This revision was merged to the branch mainline in revision 2624.
  • Revision ID: robertc@robertcollins.net-20070713150536-hqtkufys7aiqxl1t
Cleanup docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
      the null revision, and consider using ``None`` for this purpose
48
48
      deprecated.  (Aaron Bentley)
49
49
 
 
50
    * New ``index`` module with abstract index functionality. This will be
 
51
      used during the planned changes in the repository layer. Currently the
 
52
      index layer provides a graph aware immutable index, a builder for the
 
53
      same index type to allow creating them, and finally a composer for
 
54
      such indices to allow the use of many indices in a single query. The
 
55
      index performance is not optimised, however the API is stable to allow
 
56
      development on top of the index. (Robert Collins)
 
57
 
50
58
  TESTING:
51
59
 
52
60
    * Remove selftest ``--clean-output``, ``--numbered-dirs`` and