~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Andrew Bennetts
  • Date: 2009-02-10 05:44:04 UTC
  • mto: (4017.3.1 push.roundtrips)
  • mto: This revision was merged to the branch mainline in revision 4022.
  • Revision ID: andrew.bennetts@canonical.com-20090210054404-tej9hra1kpom9fc2
Add network_name() to RepositoryFormat.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3014
3014
# appear in chronological order and format descriptions can build
3015
3015
# on previous ones.
3016
3016
format_registry = BzrDirFormatRegistry()
 
3017
# The pre-0.8 formats have their repo format network name registered in
 
3018
# repository.py.
3017
3019
format_registry.register('weave', BzrDirFormat6,
3018
3020
    'Pre-0.8 format.  Slower than knit and does not'
3019
3021
    ' support checkouts or shared repositories.',