~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_pack_repository.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-10-31 08:27:55 UTC
  • mfrom: (3805.3.3 format-1.9)
  • Revision ID: pqm@pqm.ubuntu.com-20081031082755-98a92xsyhx8m7r80
(mbp) add 1.9 format

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",