~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-20 13:28:35 UTC
  • mfrom: (5852.1.11 fetch-limit)
  • Revision ID: pqm@pqm.ubuntu.com-20110520132835-3rf01eu5mbkz3zos
(jelmer) Add limit argument to Branch.fetch(). (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
* ``annotate_file`` has been deprecated in favor of
129
129
  ``annotate_file_revision_tree``. (Jelmer Vernooij, #775598)
130
130
 
 
131
* ``Branch.fetch`` now takes an optional ``limit`` argument.
 
132
  (Andrew Bennetts, Jelmer Vernooij, #750175)
 
133
 
131
134
* ``Inter.get`` now raises ``NoCompatibleInter`` if there are no
132
135
  compatible optimisers rather than an instance of the class it is called
133
136
  on. (Jelmer Vernooij)