~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_pack_repository.py

Merge bb-core.

Show diffs side-by-side

added added

removed removed

Lines of Context:
721
721
              index_class=BTreeGraphIndex),
722
722
         dict(format_name='development3',
723
723
              format_string="Bazaar development format 3 "
724
 
                  "(needs bzr.dev from before 1.8)\n",
 
724
                  "(needs bzr.dev from before 1.10)\n",
725
725
              format_supports_external_lookups=True,
726
726
              index_class=BTreeGraphIndex),
727
727
         dict(format_name='development3-subtree',
728
728
              format_string="Bazaar development format 3 "
729
 
                  "with subtree support (needs bzr.dev from before 1.8)\n",
 
729
                  "with subtree support (needs bzr.dev from before 1.10)\n",
730
730
              format_supports_external_lookups=True,
731
731
              index_class=BTreeGraphIndex),
732
732
         ]