~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/check.py

  • Committer: Andrew Bennetts
  • Date: 2007-08-30 08:11:54 UTC
  • mfrom: (2766 +trunk)
  • mto: (2535.3.55 repo-refactor)
  • mto: This revision was merged to the branch mainline in revision 2772.
  • Revision ID: andrew.bennetts@canonical.com-20070830081154-16hebp2xwr15x2hc
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
        weave_ids = []
157
157
        if self.repository.weave_store.listable():
158
158
            weave_ids = list(self.repository.weave_store)
159
 
            n_weaves = len(weave_ids)
 
159
            n_weaves = len(weave_ids) + 1
160
160
        self.progress.update('checking weave', 0, n_weaves)
161
161
        self.inventory_weave.check(progress_bar=self.progress)
162
162
        for i, weave_id in enumerate(weave_ids):