~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/config.py

  • Committer: Vincent Ladeuil
  • Date: 2011-08-12 16:25:56 UTC
  • mto: This revision was merged to the branch mainline in revision 6075.
  • Revision ID: v.ladeuil+lp@free.fr-20110812162556-t57zqffa55hn2jpx
Migrate debug_flags to stack-based config.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2398
2398
should not be lost if the machine crashes.  See also repository.fdatasync.
2399
2399
'''))
2400
2400
option_registry.register(
 
2401
    Option('debug_flags', default=[], from_unicode=list_from_store,
 
2402
           help='Debug flags to activate.'))
 
2403
option_registry.register(
2401
2404
    Option('default_format', default='2a',
2402
2405
           help='Format used when creating branches.'))
2403
2406
option_registry.register(