~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2011-07-15 15:11:50 UTC
  • mfrom: (6029 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6030.
  • Revision ID: v.ladeuil+lp@free.fr-20110715151150-7i11w0xc6u6md51g
Merge trunk to avoid conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
.. Changes that may require updates in plugins or other code that uses
57
57
   bzrlib.
58
58
 
 
59
* Remove ``AtomicFile.closed`` which has been deprecated in bzr 0.10.
 
60
  (Vincent Ladeuil)
 
61
 
59
62
* Remove ``commands._builtin_commands``, ``commands.shlex_split_unicode``,
60
63
  ``Command._maybe_expand_globs`` and ``Command.run_direct`` deprecated in
61
64
  2.10 and 2.2.0. (Vincent Ladeuil)
62
65
 
63
66
* Remove ``diff.get_trees_and_branches_to_diff`` deprecated in 2.2.0.
64
67
 
 
68
* Remove log.calculate_view_revisions, log._filter_revision_range,
 
69
  log.get_view_revisions which have been deprecated in bzr 2.1.0. Also
 
70
  remove log.show_one_log which were never properly deprecated but wasn't
 
71
  used and is easy to inline if needed. (Vincent Ladeuil)
 
72
 
65
73
* Remove ``trace.info``, ``trace.error`` and ``trace.show_log_error``
66
74
  deprecated in 2.1.0. (Vincent Ladeuil)
67
75