~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to __init__.py

Update for VersionedFiles adapter API change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    experimental=True,
71
71
    )
72
72
 
 
73
from bzrlib.repository import format_registry as repo_registry
 
74
 
73
75
# if we have chk support in bzrlib, use it. Otherwise don't register cause 'bzr
74
76
# info' will die horribly.
75
77
try:
95
97
except ImportError:
96
98
    pass
97
99
 
98
 
from bzrlib.repository import format_registry as repo_registry
99
100
repo_registry.register_lazy(
100
101
    'Bazaar development format - btree+gc (needs bzr.dev from 1.6)\n',
101
102
    'bzrlib.plugins.groupcompress.repofmt',