~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/pack_repo.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-02-10 18:29:50 UTC
  • mfrom: (4988.9.3 warn-experimental-formats)
  • Revision ID: pqm@pqm.ubuntu.com-20100210182950-7fdfub9g9a2lplf3
(Jelmer) Warn about fetching into experimental formats.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2615
2615
    repository_class = KnitPackRepository
2616
2616
    _commit_builder_class = PackRootCommitBuilder
2617
2617
    rich_root_data = True
 
2618
    experimental = True
2618
2619
    supports_tree_reference = True
2619
2620
    @property
2620
2621
    def _serializer(self):
2888
2889
    repository_class = KnitPackRepository
2889
2890
    _commit_builder_class = PackRootCommitBuilder
2890
2891
    rich_root_data = True
 
2892
    experimental = True
2891
2893
    supports_tree_reference = True
2892
2894
    supports_external_lookups = True
2893
2895
    # What index classes to use