/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/store/revision/knit.py

  • Committer: Martin Pool
  • Date: 2007-08-14 09:44:20 UTC
  • mto: This revision was merged to the branch mainline in revision 2722.
  • Revision ID: mbp@sourcefrog.net-20070814094420-ct7ogmwjoz528i1k
Start setting the default format to dirstate-tags

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
        super(KnitRevisionStore, self).__init__()
63
63
        self.versioned_file_store = versioned_file_store
64
64
 
 
65
    def __repr__(self):
 
66
        return "%s(%s)" % (self.__class__.__name__,
 
67
                           self.versioned_file_store)
 
68
 
65
69
    def _add_revision(self, revision, revision_as_file, transaction):
66
70
        """Template method helper to store revision in this store."""
67
71
        # FIXME: make this ghost aware at the knit level