~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-03-03 06:02:49 UTC
  • mfrom: (5672.1.7 branch-revs-to-fetch)
  • Revision ID: pqm@pqm.ubuntu.com-20110303060249-l2zou9i59742nrqf
(spiv) Add Branch.heads_to_fetch API and HPSS request. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  the dirstate file to be rebuilt, rather than using a ``bzr checkout``
45
45
  workaround. (John Arbash Meinel)
46
46
 
 
47
* Added a ``Branch.heads_to_fetch`` RPC to the smart server protocol.
 
48
  This allows formats from plugins (such as looms) to efficiently tell the
 
49
  client which revisions need to be fetched.  (Andrew Bennetts)
 
50
 
47
51
* Branching, merging and pulling a branch now copies revisions named in
48
52
  tags, not just the tag metadata.  (Andrew Bennetts, #309682)
49
53
  
133
137
.. Changes that may require updates in plugins or other code that uses
134
138
   bzrlib.
135
139
 
 
140
* Added ``Branch.heads_to_fetch`` method.  Implementions of the Branch API
 
141
  must now inherit or implement this method.  (Andrew Bennetts, #721328)
 
142
  
136
143
* Added ``bzrlib.mergetools`` module with helper functions for working with
137
144
  the list of external merge tools. (Gordon Tyler, #489915)
138
145