~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-17 11:02:03 UTC
  • mfrom: (2592.1.46 index)
  • Revision ID: pqm@pqm.ubuntu.com-20070717110203-zzmtp28nunhsoz12
(robertc) New indexing facilities for maintaining dedicated indices within bzr.

Show diffs side-by-side

added added

removed removed

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