~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/weave.py

  • Committer: Martin Pool
  • Date: 2006-03-20 22:32:41 UTC
  • mto: This revision was merged to the branch mainline in revision 1621.
  • Revision ID: mbp@sourcefrog.net-20060320223241-95ba66352fd77026
Cleanup and document some check code

Show diffs side-by-side

added added

removed removed

Lines of Context:
863
863
 
864
864
    def check(self, progress_bar=None):
865
865
        # TODO evaluate performance hit of using string sets in this routine.
866
 
        # check no circular inclusions
 
866
        # TODO: check no circular inclusions
 
867
        # TODO: create a nested progress bar
867
868
        for version in range(self.num_versions()):
868
869
            inclusions = list(self._parents[version])
869
870
            if inclusions: