~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/fetch.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-09-16 05:45:47 UTC
  • mfrom: (5422.2.1 decrufting)
  • Revision ID: pqm@pqm.ubuntu.com-20100916054547-2zydmfmm1wsux8xj
(spiv) Remove some cruft apparently leftover from previous refactorings of
 InterDifferingSerializer. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
        return [('texts', new_roots_stream)]
253
253
 
254
254
 
255
 
def _get_rich_root_heads_graph(source_repo, revision_ids):
256
 
    """Get a Graph object suitable for asking heads() for new rich roots."""
257
 
    return 
258
 
 
259
 
 
260
255
def _new_root_data_stream(
261
256
    root_keys_to_create, rev_id_to_root_id_map, parent_map, repo, graph=None):
262
257
    """Generate a texts substream of synthesised root entries.