~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/check.py

MergeĀ inĀ upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
                    self.missing_parent_links[parent] = missing_links
162
162
                    # list based so somewhat slow,
163
163
                    # TODO have a planned_revisions list and set.
164
 
                    if self.branch.has_revision(parent):
 
164
                    if self.branch.repository.has_revision(parent):
165
165
                        missing_ancestry = self.repository.get_ancestry(parent)
166
166
                        for missing in missing_ancestry:
167
167
                            if (missing is not None