~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Jelmer Vernooij
  • Date: 2010-08-23 20:37:18 UTC
  • mto: This revision was merged to the branch mainline in revision 5389.
  • Revision ID: jelmer@samba.org-20100823203718-1fj7rrjsiaxedkp7
Provide bzrlib.bzrdir.format_registry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3356
3356
 
3357
3357
# The current format that is made on 'bzr init'.
3358
3358
controldir.format_registry.set_default('2a')
 
3359
 
 
3360
# XXX 2010-08-20 JRV: There is still a lot of code relying on
 
3361
# bzrlib.bzrdir.format_registry existing. When BzrDir.create/BzrDir.open/etc
 
3362
# get changed to ControlDir.create/ControlDir.open/etc this should be removed.
 
3363
format_registry = controldir.format_registry