~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Martin Pool
  • Date: 2009-06-23 06:58:46 UTC
  • mto: This revision was merged to the branch mainline in revision 4586.
  • Revision ID: mbp@sourcefrog.net-20090623065846-wvsuj9gip4e723i1
Update docstrings for recent progress changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
3667
3667
 
3668
3668
        :param revision_ids: The list of revisions to fetch. Must be in
3669
3669
            topological order.
3670
 
        :param pb: A ProgressBar
 
3670
        :param pb: A ProgressTask
3671
3671
        :return: None
3672
3672
        """
3673
3673
        basis_id, basis_tree = self._get_basis(revision_ids[0])