~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-04 23:53:19 UTC
  • mfrom: (5809.2.6 private-update-revisions)
  • Revision ID: pqm@pqm.ubuntu.com-20110504235319-9yz7jg7i0mica9wk
(jelmer) Make InterBranch.update_revisions private. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
.. Changes that may require updates in plugins or other code that uses
175
175
   bzrlib.
176
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
 
177
181
* Commands now have an `invoked_as` attribute, showing the name under
178
182
  which they were called before alias expansion.
179
183
  (Martin Pool)
428
432
  ``RepositoryFormat.supports_leaving_lock`` flags have been added.
429
433
  (Jelmer Vernooij)
430
434
 
 
435
* ``Branch.fetch`` implementations must now accept an optional
 
436
  ``fetch_tags`` keyword argument. (Andrew Bennetts)
 
437
 
431
438
* ``Branch.import_last_revision_info`` is deprecated.  Use the
432
439
  ``import_last_revision_info_and_tags`` method instead.
433
440
  (Andrew Bennetts)