Rev 51: Fix a couple more locations. in http://bzr.arbash-meinel.com/plugins/groupcompress_rabin
John Arbash Meinel
john at arbash-meinel.com
Fri Feb 27 16:06:51 GMT 2009
At http://bzr.arbash-meinel.com/plugins/groupcompress_rabin
------------------------------------------------------------
revno: 51
revision-id: john at arbash-meinel.com-20090227160650-iv1rpvxsqejydxj7
parent: john at arbash-meinel.com-20090226042229-qk6u230fwyxbmhd7
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: groupcompress_rabin
timestamp: Fri 2009-02-27 10:06:50 -0600
message:
Fix a couple more locations.
-------------- next part --------------
=== 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',
)
More information about the bazaar-commits
mailing list