~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/store/versioned/__init__.py

  • Committer: Robert Collins
  • Date: 2006-03-06 12:11:25 UTC
  • mto: (1594.2.4 integration)
  • mto: This revision was merged to the branch mainline in revision 1596.
  • Revision ID: robertc@robertcollins.net-20060306121125-4f05992d44e3bda8
Convert Knit repositories to use knits.

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
        if pb:
231
231
            pb.clear()
232
232
 
 
233
    def total_size(self):
 
234
        count, bytes =  super(VersionedFileStore, self).total_size()
 
235
        return (count / len(self._versionedfile_class.get_suffixes())), bytes
233
236
 
234
237
WeaveStore = VersionedFileStore