~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-12-01 23:10:02 UTC
  • mto: This revision was merged to the branch mainline in revision 6338.
  • Revision ID: jelmer@samba.org-20111201231002-6u7hjlzddpjybfn3
Deprecate ``RevisionSpec.wants_revision_history`` and remove any uses of it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
* Plugins can now register additional "location aliases".
50
50
  (Jelmer Vernooij)
51
51
 
 
52
* Revision specifiers will now only browse as much history as they
 
53
  need to, rather than grabbing the whole history unnecessarily in some
 
54
  cases. (Jelmer Vernooij)
 
55
 
52
56
Bug Fixes
53
57
*********
54
58
 
140
144
* ``Repository.verify_revision`` has been renamed to
141
145
  ``Repository.verify_revision_signature``. (Jelmer Vernooij)
142
146
 
 
147
* ``RevisionSpec.wants_revision_history`` now defaults to ``False``.
 
148
  The ``revs`` argument of ``RevisionInfo.from_revision_id`` is now
 
149
  deprecated. (Jelmer Vernooij)
 
150
 
143
151
* ``Tree.get_file_by_path`` is now deprecated. Use ``Tree.get_file`` instead.
144
152
  (Jelmer Vernooij, #666897)
145
153