~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-08-04 13:42:42 UTC
  • mfrom: (4463.1.2 progress)
  • Revision ID: pqm@pqm.ubuntu.com-20090804134242-l38wkokrlhd8ci6l
(mbp) updates to progress-related docstrings and remove another
        obsolete method

Show diffs side-by-side

added added

removed removed

Lines of Context:
3693
3693
 
3694
3694
        :param revision_ids: The list of revisions to fetch. Must be in
3695
3695
            topological order.
3696
 
        :param pb: A ProgressBar
 
3696
        :param pb: A ProgressTask
3697
3697
        :return: None
3698
3698
        """
3699
3699
        basis_id, basis_tree = self._get_basis(revision_ids[0])