/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: 2006-12-20 17:50:27 UTC
  • mto: (2255.1.1 bzr.ab.integration)
  • mto: This revision was merged to the branch mainline in revision 2220.
  • Revision ID: abentley@panoramicfeedback.com-20061220175027-xidxkp8obvtst7f1
Punctuation

Show diffs side-by-side

added added

removed removed

Lines of Context:
2058
2058
format_registry = BzrDirFormatRegistry()
2059
2059
format_registry.register_factory('weave', BzrDirFormat6,
2060
2060
    'Pre-0.8 format.  Slower than knit and does not'
2061
 
    ' support checkouts or shared repositories', deprecated=True)
 
2061
    ' support checkouts or shared repositories.', deprecated=True)
2062
2062
format_registry.register_metadir('knit', 'RepositoryFormatKnit1',
2063
2063
    'Format using knits.  Recommended.')
2064
2064
format_registry.set_default('knit')