125
126
knit1_format = bzrdir.BzrDirMetaFormat1()
126
127
knit1_format.repository_format = repository.RepositoryFormatKnit1()
127
128
knit2_format = bzrdir.BzrDirMetaFormat1()
129
130
# we start with a knit1 repository because that causes the
130
131
# root revision to change for each commit, even though the content,
131
132
# parent, name, and other attributes are unchanged.