~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-08 05:55:16 UTC
  • mfrom: (2683.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070808055516-ml9ucjsb4idmpmww
(robertc) Remove the new FileNames class as it is redundant with a trivial no-refs, no-value index. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
    * New transport decorator 'unlistable+' which disables the list_dir
177
177
      functionality for testing.
178
178
 
179
 
    * New ``file_names.FileNames`` support class which mananges names
180
 
      for unlistable transport situations. (Robert Collins)
181
 
 
182
179
    * Deprecated ``change_entry`` in transform.py. (Ian Clatworthy)
183
180
 
184
181
    * RevisionTree.get_weave is now deprecated.  Tree.plan_merge is now used