~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/pack_repo.py

  • Committer: Robert Collins
  • Date: 2010-04-08 04:34:03 UTC
  • mfrom: (5138 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5139.
  • Revision ID: robertc@robertcollins.net-20100408043403-56z0d07vdqrx7f3t
Update bugfix for 528114 to trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2620
2620
    repository_class = KnitPackRepository
2621
2621
    _commit_builder_class = PackRootCommitBuilder
2622
2622
    rich_root_data = True
 
2623
    experimental = True
2623
2624
    supports_tree_reference = True
2624
2625
    @property
2625
2626
    def _serializer(self):
2893
2894
    repository_class = KnitPackRepository
2894
2895
    _commit_builder_class = PackRootCommitBuilder
2895
2896
    rich_root_data = True
 
2897
    experimental = True
2896
2898
    supports_tree_reference = True
2897
2899
    supports_external_lookups = True
2898
2900
    # What index classes to use