~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: INADA Naoki
  • Date: 2011-05-14 09:58:36 UTC
  • mfrom: (5830.2.22 i18n-msgextract)
  • mto: This revision was merged to the branch mainline in revision 5891.
  • Revision ID: songofacandy@gmail.com-20110514095836-38l651fp8bmb4bni
mergeĀ fromĀ i18n-msgextract

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
.. Changes that may require updates in plugins or other code that uses
44
44
   bzrlib.
45
45
 
 
46
* ``annotate_file`` has been deprecated in favor of
 
47
  ``annotate_file_revision_tree``. (Jelmer Vernooij, #775598)
 
48
 
46
49
Internals
47
50
*********
48
51
 
171
174
.. Changes that may require updates in plugins or other code that uses
172
175
   bzrlib.
173
176
 
 
177
* ``Branch.update_revisions`` has been made private and should no
 
178
  longer be used by external users. Use ``Branch.pull`` or ``Branch.push``
 
179
  instead. (Jelmer Vernooij, #771765)
 
180
 
174
181
* Commands now have an `invoked_as` attribute, showing the name under
175
182
  which they were called before alias expansion.
176
183
  (Martin Pool)
425
432
  ``RepositoryFormat.supports_leaving_lock`` flags have been added.
426
433
  (Jelmer Vernooij)
427
434
 
 
435
* ``Branch.fetch`` implementations must now accept an optional
 
436
  ``fetch_tags`` keyword argument. (Andrew Bennetts)
 
437
 
428
438
* ``Branch.import_last_revision_info`` is deprecated.  Use the
429
439
  ``import_last_revision_info_and_tags`` method instead.
430
440
  (Andrew Bennetts)