~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_fetch.py

  • Committer: Kent Gibson
  • Date: 2007-03-07 14:49:00 UTC
  • mfrom: (2324 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2350.
  • Revision ID: warthog618@gmail.com-20070307144900-6bt7twg47zul3w0w
merged bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
        knit1_format = bzrdir.BzrDirMetaFormat1()
129
129
        knit1_format.repository_format = knitrepo.RepositoryFormatKnit1()
130
130
        knit2_format = bzrdir.BzrDirMetaFormat1()
131
 
        knit2_format.repository_format = knitrepo.RepositoryFormatKnit2()
 
131
        knit2_format.repository_format = knitrepo.RepositoryFormatKnit3()
132
132
        # we start with a knit1 repository because that causes the
133
133
        # root revision to change for each commit, even though the content,
134
134
        # parent, name, and other attributes are unchanged.