~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/fetch.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-06-19 08:54:42 UTC
  • mfrom: (1733.2.6 mpe)
  • Revision ID: pqm@pqm.ubuntu.com-20060619085442-78ad2b3effaba541
(mpe) show plugin name in help; ancestry takes branch argument

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
        self.from_control = self.from_repository.control_weaves
125
125
        self.count_total = 0
126
126
        self.file_ids_names = {}
127
 
        pp = ProgressPhase('fetch phase', 4, self.pb)
 
127
        pp = ProgressPhase('Fetch phase', 4, self.pb)
128
128
        try:
 
129
            pp.next_phase()
129
130
            revs = self._revids_to_fetch()
130
131
            # something to do ?
131
132
            if revs: