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