/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: Andrew Bennetts
  • Date: 2009-07-02 04:50:56 UTC
  • mto: (4476.3.44 inventory-delta)
  • mto: This revision was merged to the branch mainline in revision 4608.
  • Revision ID: andrew.bennetts@canonical.com-20090702045056-cqok9lbin8lt83yt
ImproveĀ docstring.

Show diffs side-by-side

added added

removed removed

Lines of Context:
267
267
 
268
268
def _parent_keys_for_root_version(
269
269
    root_id, rev_id, rev_id_to_root_id_map, parent_map, graph, repo):
270
 
    """xxx""" # XXX
 
270
    """Get the parent keys for a given root id."""
271
271
    # Include direct parents of the revision, but only if they used
272
272
    # the same root_id and are heads.
273
273
    rev_parents = parent_map[rev_id]