~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Robert Collins
  • Date: 2007-10-29 16:54:00 UTC
  • mfrom: (2947.1.6 pack-progress)
  • mto: This revision was merged to the branch mainline in revision 3038.
  • Revision ID: robertc@robertcollins.net-20071029165400-vewpp1vwd60ycibq
Progress bar take two.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1058
1058
        This performs the translation of xml lines to revision ids.
1059
1059
 
1060
1060
        :param line_iterator: An iterator of lines
1061
 
        :param revision_ids: The revision ids to filter for.
 
1061
        :param revision_ids: The revision ids to filter for. This should be a
 
1062
            set or other type which supports efficient __contains__ lookups, as
 
1063
            the revision id from each parsed line will be looked up in the
 
1064
            revision_ids filter.
1062
1065
        :return: a dictionary mapping altered file-ids to an iterable of
1063
1066
        revision_ids. Each altered file-ids has the exact revision_ids that
1064
1067
        altered it listed explicitly.