~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/config.py

  • Committer: Vincent Ladeuil
  • Date: 2011-08-08 16:28:55 UTC
  • mto: This revision was merged to the branch mainline in revision 6058.
  • Revision ID: v.ladeuil+lp@free.fr-20110808162855-6hh4g0cy1k049qej
Migrate default_format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2294
2294
    help='Flush dirstate changes onto physical disk?')
2295
2295
 
2296
2296
option_registry.register(
 
2297
    'default_format', Option('default_format', default='2a'),
 
2298
    help='Format used when creating branches.')
 
2299
 
 
2300
option_registry.register(
2297
2301
    'editor', Option('editor'),
2298
2302
    help='The command called to launch an editor to enter a message.')
2299
2303