~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/vf_repository.py

  • Committer: Andrew Bennetts
  • Date: 2011-05-19 09:32:38 UTC
  • mto: This revision was merged to the branch mainline in revision 5896.
  • Revision ID: andrew.bennetts@canonical.com-20110519093238-nwmz5fkehlu37hag
Move docstring formatting fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1425
1425
            the revision key from each parsed line will be looked up in the
1426
1426
            revision_keys filter.
1427
1427
        :return: a dictionary mapping altered file-ids to an iterable of
1428
 
        revision_ids. Each altered file-ids has the exact revision_ids that
1429
 
        altered it listed explicitly.
 
1428
            revision_ids. Each altered file-ids has the exact revision_ids that
 
1429
            altered it listed explicitly.
1430
1430
        """
1431
1431
        seen = set(self._serializer._find_text_key_references(
1432
1432
                line_iterator).iterkeys())
1461
1461
        :param _inv_weave: The inventory weave from this repository or None.
1462
1462
            If None, the inventory weave will be opened automatically.
1463
1463
        :return: a dictionary mapping altered file-ids to an iterable of
1464
 
        revision_ids. Each altered file-ids has the exact revision_ids that
1465
 
        altered it listed explicitly.
 
1464
            revision_ids. Each altered file-ids has the exact revision_ids that
 
1465
            altered it listed explicitly.
1466
1466
        """
1467
1467
        selected_keys = set((revid,) for revid in revision_ids)
1468
1468
        w = _inv_weave or self.inventories