~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/fetch.py

  • Committer: Martin Albisetti
  • Date: 2007-11-21 03:35:07 UTC
  • mto: (3063.1.3 bzr.ab.integration)
  • mto: This revision was merged to the branch mainline in revision 3010.
  • Revision ID: argentina@gmail.com-20071121033507-zrd00inp8fbazoln
Changes Fetch to Transferring to better reflect what is going on

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
        self.from_weaves = self.from_repository.weave_store
124
124
        self.count_total = 0
125
125
        self.file_ids_names = {}
126
 
        pp = ProgressPhase('Fetch phase', 4, self.pb)
 
126
        pp = ProgressPhase('Transferring', 4, self.pb)
127
127
        try:
128
128
            pp.next_phase()
129
129
            revs = self._revids_to_fetch()