~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Robert Collins
  • Date: 2006-02-22 05:56:44 UTC
  • mto: (1563.1.5 integration)
  • mto: This revision was merged to the branch mainline in revision 1568.
  • Revision ID: robertc@robertcollins.net-20060222055644-1c843d87efc1c539
Review feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
604
604
 
605
605
    def _get_revision_store(self, repo_transport, control_files):
606
606
        """Return the revision store object for this a_bzrdir."""
607
 
        raise NotImplementedError(self._get_rev_store)
 
607
        raise NotImplementedError(self._get_revision_store)
608
608
 
609
609
    def _get_rev_store(self,
610
610
                   transport,
934
934
 
935
935
        :param shared: If true the repository will be initialized as a shared
936
936
                       repository.
 
937
        XXX NOTE that this current uses a Weave for testing and will become 
 
938
            A Knit in due course.
937
939
        """
938
940
        from bzrlib.weavefile import write_weave_v5
939
941
        from bzrlib.weave import Weave