~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-12-15 05:20:42 UTC
  • mfrom: (3904.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20081215052042-a9ttz3b70lsuie6q
Improved help on storage formats (Ian Clatworthy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
  CHANGES:
12
12
  
 
13
    * Formats using Knit-based repository formats are now explicitly
 
14
      marked as deprecated. (Ian Clatworthy)
 
15
 
13
16
    * ``LRUCache(after_cleanup_size)`` was renamed to
14
17
      ``after_cleanup_count`` and the old name deprecated. The new name is
15
18
      used for clarity, and to avoid confusion with
68
71
 
69
72
  DOCUMENTATION:
70
73
 
 
74
    * Improved the formats help topic to explain why multiple formats
 
75
      exist and to provide guidelines in selecting one. Introduced
 
76
      two new supporting help topics: current-formats and other-formats.
 
77
      (Ian Clatworthy)
 
78
 
71
79
  API CHANGES:
72
80
 
73
81
    * ``node_distances`` and ``select_farthest`` can no longer be imported