/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/fetch.py

  • Committer: Aaron Bentley
  • Date: 2007-11-22 03:29:11 UTC
  • mfrom: (3010 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3011.
  • Revision ID: aaron.bentley@utoronto.ca-20071122032911-e8p1v3tu3o11mdm1
Merge bzr.dev

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()