~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Alexander Belchenko
  • Date: 2007-01-04 23:36:44 UTC
  • mfrom: (2224 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2225.
  • Revision ID: bialix@ukr.net-20070104233644-7znkxoj9b0y7ev28
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
# KEEP in sync with bzrdir.format_registry default
1803
1804
_default_format = RepositoryFormatKnit1()
1804
1805
RepositoryFormat.register_format(_default_format)
1805
1806
RepositoryFormat.register_format(RepositoryFormatKnit2())