/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_fetch.py

  • Committer: Aaron Bentley
  • Date: 2007-02-13 18:58:39 UTC
  • mfrom: (2283 +trunk)
  • mto: (2230.3.47 branch6)
  • mto: This revision was merged to the branch mainline in revision 2290.
  • Revision ID: abentley@panoramicfeedback.com-20070213185839-9cc540a30gtrgq1g
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
from bzrlib.bzrdir import BzrDir
24
24
from bzrlib.builtins import merge
25
25
import bzrlib.errors
 
26
from bzrlib.repofmt import knitrepo
26
27
from bzrlib.tests import TestCaseWithTransport
27
28
from bzrlib.tests.HTTPTestUtil import TestCaseWithWebserver
28
29
from bzrlib.tests.test_revision import make_branches
125
126
        corresponding filename, parent, contents or other changes.
126
127
        """
127
128
        knit1_format = bzrdir.BzrDirMetaFormat1()
128
 
        knit1_format.repository_format = repository.RepositoryFormatKnit1()
 
129
        knit1_format.repository_format = knitrepo.RepositoryFormatKnit1()
129
130
        knit2_format = bzrdir.BzrDirMetaFormat1()
130
 
        knit2_format.repository_format = repository.RepositoryFormatKnit2()
 
131
        knit2_format.repository_format = knitrepo.RepositoryFormatKnit2()
131
132
        # we start with a knit1 repository because that causes the
132
133
        # root revision to change for each commit, even though the content,
133
134
        # parent, name, and other attributes are unchanged.