/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: Aaron Bentley
  • Date: 2008-06-06 16:40:46 UTC
  • mfrom: (3482 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3483.
  • Revision ID: aaron@aaronbentley.com-20080606164046-ghbxplxuhtpcb9iz
Merge with bzr.dev

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,