Rev 2859: Review feedback. in http://people.ubuntu.com/~robertc/baz2.0/knit-repo

Robert Collins robertc at robertcollins.net
Thu Sep 27 06:15:44 BST 2007


At http://people.ubuntu.com/~robertc/baz2.0/knit-repo

------------------------------------------------------------
revno: 2859
revision-id: robertc at robertcollins.net-20070927051534-8qi8csecebcltwhx
parent: robertc at robertcollins.net-20070925042530-t6k5echm7yaz9maf
committer: Robert Collins <robertc at robertcollins.net>
branch nick: knit-repo
timestamp: Thu 2007-09-27 15:15:34 +1000
message:
  Review feedback.
modified:
  bzrlib/repofmt/knitrepo.py     knitrepo.py-20070206081537-pyy4a00xdas0j4pf-1
=== modified file 'bzrlib/repofmt/knitrepo.py'
--- a/bzrlib/repofmt/knitrepo.py	2007-09-25 04:25:30 +0000
+++ b/bzrlib/repofmt/knitrepo.py	2007-09-27 05:15:34 +0000
@@ -285,6 +285,10 @@
      - a LockDir lock
     """
 
+    # Set this attribute in derived classes to control the repository class
+    # created by open and initialize.
+    repository_class = None
+
     def _get_control_store(self, repo_transport, control_files):
         """Return the control store for this repository."""
         return VersionedFileStore(



More information about the bazaar-commits mailing list