~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/config.py

(jelmer) Convert bzrlib.smtp_connection to use config stacks. (Jelmer
 Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2737
2737
to physical disk.  This is somewhat slower, but means data should not be
2738
2738
lost if the machine crashes.  See also dirstate.fdatasync.
2739
2739
'''))
2740
 
 
 
2740
option_registry.register_lazy('smtp_server',
 
2741
    'bzrlib.smtp_connection', 'smtp_server')
 
2742
option_registry.register_lazy('smtp_password',
 
2743
    'bzrlib.smtp_connection', 'smtp_password')
 
2744
option_registry.register_lazy('smtp_username',
 
2745
    'bzrlib.smtp_connection', 'smtp_username')
2741
2746
option_registry.register(
2742
2747
    Option('selftest.timeout',
2743
2748
        default='600',