~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-06-26 00:42:45 UTC
  • mfrom: (3511.1.2 bzr.ab.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080626004245-dnw85so4xqg8r9hy
(bialix) Deprectate (Branch|Repository).print_file, fix cmd_cat

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
      parameter.  If you have a subclass of ``Branch`` that overrides
78
78
      ``pull`` then you should add this parameter.  (Andrew Bennetts)
79
79
 
 
80
    * ``Tree.print_file`` and ``Repository.print_file`` are deprecated.
 
81
      These methods are bad APIs because they write directly to sys.stdout.
 
82
      bzrlib does not use them internally, and there are no direct tests
 
83
      for them. (Alexander Belchenko)
 
84
 
80
85
  INTERNALS:
81
86
 
 
87
    * ``cat`` command no longer uses ``Tree.print_file()`` internally.
 
88
      (Alexander Belchenko)
 
89
 
82
90
    * New ``versionedfile.KeyMapper`` interface to abstract out the access to
83
91
      underlying .knit/.kndx etc files in repositories with partitioned
84
92
      storage. (Robert Collins)