/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Aaron Bentley
  • Date: 2007-01-16 13:12:54 UTC
  • mto: (2230.3.47 branch6)
  • mto: This revision was merged to the branch mainline in revision 2290.
  • Revision ID: aaron.bentley@utoronto.ca-20070116131254-sjruli93timappd4
work in progress bind stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
2091
2091
    'Pre-0.8 format.  Slower than knit and does not'
2092
2092
    ' support checkouts or shared repositories.', deprecated=True)
2093
2093
format_registry.register_metadir('knit', 'RepositoryFormatKnit1',
2094
 
    'Format using knits.  Recommended.')
 
2094
    'Format using knits.  Recommended.', branch_format='BzrBranchFormat5')
2095
2095
format_registry.set_default('knit')
2096
2096
format_registry.register_metadir('metaweave', 'RepositoryFormat7',
2097
2097
    'Transitional format in 0.8.  Slower than knit.',