~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.4.txt

  • Committer: Martin Pool
  • Date: 2011-07-04 21:55:35 UTC
  • mto: (6034.1.1 filter-tree)
  • mto: This revision was merged to the branch mainline in revision 6035.
  • Revision ID: mbp@canonical.com-20110704215535-zte1l6ka1siz3yyq
Remove duplicated content-filtering code from exporters

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
 
77
77
* There is a new class `ContentFilterTree` that provides a facade for 
78
78
  content filtering.  The `filtered` parameter to `export` is deprecated 
79
 
  in favor of passing a filtered tree. 
 
79
  in favor of passing a filtered tree, and the specific exporter plugins
 
80
  no longer support it.
80
81
  (Martin Pool)
81
82
 
82
83
* New attributes ``WorkingTreeFormat.supports_versioned_directories`` and