~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Patch Queue Manager
  • Date: 2012-03-06 19:49:19 UTC
  • mfrom: (6472.2.6 use-bzr-controldir)
  • Revision ID: pqm@pqm.ubuntu.com-20120306194919-kt7mj6xmhifsgees
(jelmer) Use bzrlib.controldir for generic access to control directories,
 rather than bzrlib.bzrdir. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2054
2054
         RegistryOption('format',
2055
2055
                help='Specify a format for this branch. '
2056
2056
                'See "help formats".',
2057
 
                lazy_registry=('bzrlib.bzrdir', 'format_registry'),
 
2057
                lazy_registry=('bzrlib.controldir', 'format_registry'),
2058
2058
                converter=lambda name: controldir.format_registry.make_bzrdir(name),
2059
2059
                value_switches=True,
2060
2060
                title="Branch format",