~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-04-28 10:30:12 UTC
  • mfrom: (5741.1.12 move-interbranch-fetch2)
  • Revision ID: pqm@pqm.ubuntu.com-20110428103012-4mp8o2h32tluszv7
(jelmer) Make Branch.fetch() no longer take a fetch_spec (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
365
365
  ``RepositoryFormat.supports_leaving_lock`` flags have been added.
366
366
  (Jelmer Vernooij)
367
367
 
368
 
* ``Branch.fetch`` implementations must now accept an optional
369
 
  ``fetch_spec`` keyword argument. (Andrew Bennetts)
370
 
 
371
368
* ``Branch.import_last_revision_info`` is deprecated.  Use the
372
369
  ``import_last_revision_info_and_tags`` method instead.
373
370
  (Andrew Bennetts)