~bzr-pqm/bzr/2.5

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2012-01-27 13:33:53 UTC
  • mfrom: (6402.3.11 safe-open)
  • Revision ID: pqm@pqm.ubuntu.com-20120127133353-roaqncvkncz1m2oi
(jelmer) Add utility code for opening branches with a specific policy for
 URLs to access. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
 
83
83
* A new matcher ``RevisionHistoryMatches`` has been added. (Jelmer Vernooij)
84
84
 
 
85
* Add new module ``bzrlib.url_policy_open``. (Jelmer Vernooij, #850843)
 
86
 
85
87
* ``MutableTree`` has two new hooks ``pre_transform`` and
86
88
  ``post_transform`` that are called for tree transform operations.
87
89
  (Jelmer Vernooij, #912084)
88
90
 
 
91
 
89
92
Testing
90
93
*******
91
94