/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 bzrlib/fetch.py

  • Committer: Vincent Ladeuil
  • Date: 2010-09-24 08:42:02 UTC
  • mto: This revision was merged to the branch mainline in revision 5446.
  • Revision ID: v.ladeuil+lp@free.fr-20100924084202-q9krob6st75oegjx
Tweak code-review and code-style a bit (NOT controversial :)

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.