~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(jelmer) Move fileids_altered_by_revision_ids to VersionedFileRepository.
 (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
* ``Branch.get_revision_delta`` has been deprecated. Use
85
85
  ``Repository.get_revision_delta`` instead. (Jelmer Vernooij, #859712)
86
86
 
 
87
* ``Repository.fileids_altered_by_revision_ids`` has been moved to
 
88
  ``VersionedFileRepository`` and is no longer part of the standard
 
89
  ``Repository`` interface. (Jelmer Vernooij)
 
90
 
87
91
* The new method ``ControlDirFormat.is_initializable()`` returns a boolean
88
92
  indicating whether or not it is possible to use any of the
89
93
  initialization methods of that format to create a new control dir.