~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_upgrade.py

  • Committer: Jelmer Vernooij
  • Date: 2011-04-05 14:47:30 UTC
  • mto: (5757.7.2 knitpackrepo-6)
  • mto: This revision was merged to the branch mainline in revision 5771.
  • Revision ID: jelmer@samba.org-20110405144730-uq6jmlblh97plv20
Add separate file for knit pack repository formats.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    TestCaseWithTransport,
30
30
    )
31
31
from bzrlib.tests.test_sftp_transport import TestCaseWithSFTPServer
32
 
from bzrlib.repofmt.pack_repo import RepositoryFormatKnitPack1
 
32
from bzrlib.repofmt.knitpack_repo import RepositoryFormatKnitPack1
33
33
 
34
34
 
35
35
class OldBzrDir(bzrdir.BzrDirMeta1):