1800
1800
# formats which have no format string are not discoverable
1801
1801
# and not independently creatable, so are not registered.
1802
1802
RepositoryFormat.register_format(RepositoryFormat7())
1803
1804
_default_format = RepositoryFormatKnit1()
1804
1805
RepositoryFormat.register_format(_default_format)
1805
1806
RepositoryFormat.register_format(RepositoryFormatKnit2())