/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

 * ``InterRepository.missing_revision_ids`` is now deprecated in favour of
   ``InterRepository.search_missing_revision_ids`` which returns a 
   ``bzrlib.graph.SearchResult`` suitable for making requests from the smart
   server. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
 
182
182
   * get_parent_map now always provides tuples as its output.  (Aaron Bentley)
183
183
 
 
184
   * ``InterRepository.missing_revision_ids`` is now deprecated in favour of
 
185
     ``InterRepository.search_missing_revision_ids`` which returns a 
 
186
     ``bzrlib.graph.SearchResult`` suitable for making requests from the smart
 
187
     server. (Robert Collins)
 
188
 
184
189
   * New method ``iter_inventories`` on Repository for access to many
185
190
     inventories. This is primarily used by the ``revision_trees`` method, as
186
191
     direct access to inventories is discouraged. (Robert Collins)