~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/check.py

  • Committer: Aaron Bentley
  • Date: 2005-11-17 20:46:23 UTC
  • mto: (1185.33.34 bzr.dev)
  • mto: This revision was merged to the branch mainline in revision 1510.
  • Revision ID: abentley@panoramicfeedback.com-20051117204623-4265b87790561ee4
RemovedĀ unusedĀ var

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
            if not self.branch.revision_store.listable():
65
65
                raise BzrCheckError("Branch must be local")
66
66
            self.planned_revisions = set(self.branch.revision_store)
67
 
            revno = 0
68
67
            inventoried = set(self.inventory_weave.names())
69
68
            awol = self.planned_revisions - inventoried
70
69
            if len(awol) > 0: