~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/config.py

  • Committer: Patch Queue Manager
  • Date: 2012-02-06 12:27:27 UTC
  • mfrom: (6449.6.7 bzr)
  • Revision ID: pqm@pqm.ubuntu.com-20120206122727-bq0phmt80bmlvvx7
(jelmer) Use config stacks in a few more places. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
                   turns on create_signatures.
56
56
create_signatures - this option controls whether bzr will always create
57
57
                    gpg signatures or not on commits.  There is an unused
58
 
                    option which in future is expected to work if               
 
58
                    option which in future is expected to work if
59
59
                    branch settings require signatures.
60
60
log_format - this option sets the default log format.  Possible values are
61
61
             long, short, line, or a plugin can register new formats.
2658
2658
           help="""\
2659
2659
Whether revisions associated with tags should be fetched.
2660
2660
"""))
 
2661
option_registry.register_lazy(
 
2662
    'bzr.transform.orphan_policy', 'bzrlib.transform', 'opt_transform_orphan')
2661
2663
option_registry.register(
2662
2664
    Option('bzr.workingtree.worth_saving_limit', default=10,
2663
2665
           from_unicode=int_from_store,  invalid='warning',