At http://bzr.arbash-meinel.com/plugins/groupcompress_rabin
------------------------------------------------------------
revno: 51
revision-id: [email protected]
parent: [email protected]
committer: John Arbash Meinel <[email protected]>
branch nick: groupcompress_rabin
timestamp: Fri 2009-02-27 10:06:50 -0600
message:
Fix a couple more locations.
=== modified file '__init__.py'
--- a/__init__.py 2009-02-26 04:17:19 +0000
+++ b/__init__.py 2009-02-27 16:06:50 +0000
@@ -56,7 +56,7 @@
RepositoryFormatPackDevelopment5Hash255,
)
format_registry.register_metadir('gcr-chk16',
-
'bzrlib.plugins.groupcompress.repofmt.RepositoryFormatPackGCRabinCHK16',
+
'bzrlib.plugins.groupcompress_rabin.repofmt.RepositoryFormatPackGCRabinCHK16',
help='pack-1.9 with 16-way hashed CHK inv and group compress. '
'Please read '
'http://doc.bazaar-vcs.org/latest/developers/development-repo.html
'
@@ -68,11 +68,11 @@
)
repo_registry.register_lazy(
'Bazaar development format - hash16chk+gcr (needs bzr.dev from
1.13)\n',
- 'bzrlib.plugins.groupcompress.repofmt',
+ 'bzrlib.plugins.groupcompress_rabin.repofmt',
'RepositoryFormatPackGCRabinCHK16',
)
format_registry.register_metadir('gcr-chk255',
-
'bzrlib.plugins.groupcompress.repofmt.RepositoryFormatPackGCRabinCHK255',
+
'bzrlib.plugins.groupcompress_rabin.repofmt.RepositoryFormatPackGCRabinCHK255',
help='pack-1.9 with 255-way hashed CHK inv and group compress. '
'Please read '
'http://doc.bazaar-vcs.org/latest/developers/development-repo.html
'
@@ -84,7 +84,7 @@
)
repo_registry.register_lazy(
'Bazaar development format - hash255chk+gcr (needs bzr.dev from
1.13)\n',
- 'bzrlib.plugins.groupcompress.repofmt',
+ 'bzrlib.plugins.groupcompress_rabin.repofmt',
'RepositoryFormatPackGCRabinCHK255',
)
except ImportError:
@@ -92,7 +92,7 @@
repo_registry.register_lazy(
'Bazaar development format - btree+gcr (needs bzr.dev from 1.13)\n',
- 'bzrlib.plugins.groupcompress.repofmt',
+ 'bzrlib.plugins.groupcompress_rabin.repofmt',
'RepositoryFormatPackGCRabin',
)
--
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits