~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/fetch.py

  • Committer: Robert Collins
  • Date: 2005-09-27 07:24:40 UTC
  • mfrom: (1185.1.41)
  • Revision ID: robertc@robertcollins.net-20050927072440-1bf4d99c3e1db5b3
pair programming worx... merge integration and weave

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
        i = 0
159
159
        for rev_id in revs_to_fetch:
160
160
            i += 1
 
161
            if rev_id is None:
 
162
                continue
161
163
            if self.to_branch.has_revision(rev_id):
162
164
                continue
163
165
            self.pb.update('fetch revision', i, self.count_total)