~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2008-01-13 23:57:17 UTC
  • mto: (3172.4.2 more-find-ghosts)
  • mto: This revision was merged to the branch mainline in revision 3181.
  • Revision ID: robertc@robertcollins.net-20080113235717-9a1w22q93j81nd0o
 * New method ``next_with_ghosts`` on the Graph breadth-first-search objects
   which will split out ghosts and present parents into two separate sets,
   useful for code which needs to be aware of ghosts (e.g. fetching data
   cares about ghosts during revision selection). (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
     inventories. This is primarily used by the ``revision_trees`` method, as
168
168
     direct access to inventories is discouraged. (Robert Collins)
169
169
 
 
170
   * New method ``next_with_ghosts`` on the Graph breadth-first-search objects
 
171
     which will split out ghosts and present parents into two separate sets,
 
172
     useful for code which needs to be aware of ghosts (e.g. fetching data
 
173
     cares about ghosts during revision selection). (Robert Collins)
 
174
 
170
175
   * Parent Providers should now implement ``get_parent_map`` returning a
171
176
     dictionary instead of ``get_parents`` returning a list.
172
177
     ``Graph.get_parents`` is now deprecated. (John Arbash Meinel,