/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

Merge with stacked-fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
 
95
95
    def plan_revisions(self):
96
96
        repository = self.repository
97
 
        self.planned_revisions = list(repository.all_revision_ids())
 
97
        self.planned_revisions = repository.all_revision_ids()
98
98
        self.progress.clear()
99
99
        inventoried = set(self.inventory_weave.versions())
100
100
        awol = set(self.planned_revisions) - inventoried
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,