/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: mbp at sourcefrog
  • Date: 2011-04-11 01:23:58 UTC
  • mfrom: (5777 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5802.
  • Revision ID: mbp@sourcefrog.net-20110411012358-gl07rdtxydlq7fh1
merge news

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
        # - we can fill out existence flags at this point
173
173
        # - we can read the revision inventory sha at this point
174
174
        # - we can check properties and serialisers etc.
175
 
        if not self.repository.revision_graph_can_have_wrong_parents():
 
175
        if not self.repository._format.revision_graph_can_have_wrong_parents:
176
176
            # The check against the index isn't needed.
177
177
            self.revs_with_bad_parents_in_index = None
178
178
            for thing in revision_iterator: