/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
  compatible optimisers rather than an instance of the class it is called
88
88
  on. (Jelmer Vernooij)
89
89
 
 
90
* New method ``Repository.get_file_graph`` which can return the
 
91
  per-file revision graph. (Jelmer Vernooij, #775578)
 
92
 
90
93
* The default implementation of ``Branch`` is now oriented to
91
94
  storing the branch tip. Branch implementations which store the full
92
95
  history should now subclass ``FullHistoryBzrBranch``.
96
99
* ``Tree.__iter__`` has been deprecated; use ``Tree.all_file_ids``
97
100
  instead.  (Jelmer Vernooij)
98
101
 
 
102
* ``Tree.get_symlink_target`` now takes an optional ``path``
 
103
  argument. (Jelmer Vernooij)
 
104
 
99
105
Internals
100
106
*********
101
107