~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_pack_repository.py

mergeĀ formatĀ 1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
691
691
                  "(bzr 1.6.1)\n",
692
692
              format_supports_external_lookups=True,
693
693
              index_class=GraphIndex),
 
694
         dict(format_name='1.9',
 
695
              format_string="Bazaar RepositoryFormatKnitPack6 (bzr 1.9)\n",
 
696
              format_supports_external_lookups=True,
 
697
              index_class=BTreeGraphIndex),
 
698
         dict(format_name='1.9-rich-root',
 
699
              format_string="Bazaar RepositoryFormatKnitPack6RichRoot "
 
700
                  "(bzr 1.9)\n",
 
701
              format_supports_external_lookups=True,
 
702
              index_class=BTreeGraphIndex),
694
703
         dict(format_name='development2',
695
704
              format_string="Bazaar development format 2 "
696
705
                  "(needs bzr.dev from before 1.8)\n",