~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(jelmer) Make default Branch implementation oriented to storing just tip
 rather than full history. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
  compatible optimisers rather than an instance of the class it is called
71
71
  on. (Jelmer Vernooij)
72
72
 
 
73
* The default implementation of ``Branch`` is now oriented to
 
74
  storing the branch tip. Branch implementations which store the full
 
75
  history should now subclass ``FullHistoryBzrBranch``.
 
76
  ``Branch._last_revision_info`` has been renamed to
 
77
  ``Branch._read_last_revision_info`` (Jelmer Vernooij)
 
78
 
73
79
Internals
74
80
*********
75
81