/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: Robert Collins
  • Date: 2009-02-19 03:09:55 UTC
  • mto: (4017.3.1 push.roundtrips)
  • mto: This revision was merged to the branch mainline in revision 4022.
  • Revision ID: robertc@robertcollins.net-20090219030955-1gqi3hfhg3h16eqv
Docs and polish on RepositoryFormat.network_name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3074
3074
# appear in chronological order and format descriptions can build
3075
3075
# on previous ones.
3076
3076
format_registry = BzrDirFormatRegistry()
3077
 
# The pre-0.8 formats have their repo format network name registered in
3078
 
# repository.py.
 
3077
# The pre-0.8 formats have their repository format network name registered in
 
3078
# repository.py. MetaDir formats have their repository format network name
 
3079
# inferred from their disk format string.
3079
3080
format_registry.register('weave', BzrDirFormat6,
3080
3081
    'Pre-0.8 format.  Slower than knit and does not'
3081
3082
    ' support checkouts or shared repositories.',