Rev 29: Import repo_registry earlier. in http://bazaar.launchpad.net/%7Ebzr/bzr-groupcompress/trunk

John Arbash Meinel john at arbash-meinel.com
Fri Feb 13 21:33:31 GMT 2009


At http://bazaar.launchpad.net/%7Ebzr/bzr-groupcompress/trunk

------------------------------------------------------------
revno: 29
revision-id: john at arbash-meinel.com-20090213213246-a7tsrfs3iqrgkknf
parent: robertc at robertcollins.net-20090211221554-m94ecx4z5o2ezj6s
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: trunk
timestamp: Fri 2009-02-13 15:32:46 -0600
message:
  Import repo_registry earlier.
-------------- next part --------------
=== modified file '__init__.py'
--- a/__init__.py	2009-02-11 22:15:54 +0000
+++ b/__init__.py	2009-02-13 21:32:46 +0000
@@ -34,6 +34,7 @@
 
 
 from bzrlib.bzrdir import format_registry
+from bzrlib.repository import format_registry as repo_registry
 format_registry.register_metadir('gc-plain',
     'bzrlib.plugins.groupcompress.repofmt.RepositoryFormatPackGCPlain',
     help='pack-0.92 with btree index and group compress. '
@@ -95,7 +96,6 @@
 except ImportError:
     pass
 
-from bzrlib.repository import format_registry as repo_registry
 repo_registry.register_lazy(
     'Bazaar development format - btree+gc (needs bzr.dev from 1.6)\n',
     'bzrlib.plugins.groupcompress.repofmt',



More information about the bazaar-commits mailing list