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

  • Committer: Jelmer Vernooij
  • Date: 2017-07-23 22:06:41 UTC
  • mfrom: (6738 trunk)
  • mto: This revision was merged to the branch mainline in revision 6739.
  • Revision ID: jelmer@jelmer.uk-20170723220641-69eczax9bmv8d6kk
Merge trunk, address review comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
 
182
182
    def check_revisions(self):
183
183
        """Scan revisions, checking data directly available as we go."""
184
 
        revision_iterator = self.repository._iter_revisions(None)
 
184
        revision_iterator = self.repository.iter_revisions(
 
185
            self.repository.all_revision_ids())
185
186
        revision_iterator = self._check_revisions(revision_iterator)
186
187
        # We read the all revisions here:
187
188
        # - doing this allows later code to depend on the revision index.