/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_pack_repository.py

  • Committer: Robert Collins
  • Date: 2008-08-28 06:26:43 UTC
  • mto: This revision was merged to the branch mainline in revision 3676.
  • Revision ID: robertc@robertcollins.net-20080828062643-2rwyk6phay4dv2mu
Remove obsolete dev formats.

Show diffs side-by-side

added added

removed removed

Lines of Context:
594
594
              format_string="Bazaar RepositoryFormatKnitPack5RichRoot "
595
595
                  "(bzr 1.6)\n",
596
596
              format_supports_external_lookups=True),
597
 
         dict(format_name='development0',
598
 
              format_string="Bazaar development format 0 "
599
 
                  "(needs bzr.dev from before 1.3)\n",
600
 
              format_supports_external_lookups=False),
601
 
         dict(format_name='development0-subtree',
602
 
              format_string="Bazaar development format 0 "
603
 
                  "with subtree support (needs bzr.dev from before 1.3)\n",
604
 
              format_supports_external_lookups=False),
605
597
         dict(format_name='development',
606
598
              format_string="Bazaar development format 1 "
607
599
                  "(needs bzr.dev from before 1.6)\n",