/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/check.py

  • Committer: John Arbash Meinel
  • Date: 2008-06-05 16:27:16 UTC
  • mfrom: (3475 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3476.
  • Revision ID: john@arbash-meinel.com-20080605162716-a3hn238tnctbfd8j
merge bzr.dev, resolve NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
        files_in_revisions = {}
204
204
        revisions_of_files = {}
205
205
        weave_checker = self.repository._get_versioned_file_checker()
 
206
        # XXX: for pack repositories, this iteration seems a bit redundant
 
207
        # with iteration also done within the versioned file checker.  also
 
208
        # note that the inventory/revision/signature data is not included in
 
209
        # this enumeration -- mbp 20080528
206
210
        for i, weave_id in enumerate(weave_ids):
207
211
            self.progress.update('checking versionedfile', i, n_weaves)
208
212
            w = self.repository.weave_store.get_weave(weave_id,