~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-05-14 23:42:30 UTC
  • mfrom: (5815.5.12 per-file-graph)
  • Revision ID: pqm@pqm.ubuntu.com-20110514234230-f8yy3myzrtp5sxt2
(jelmer) Add Repository.get_file_graph(). (Jelmer Vernooij)

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``.