/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/config.py

  • Committer: Jelmer Vernooij
  • Date: 2019-07-07 17:22:07 UTC
  • mfrom: (7363 work)
  • mto: This revision was merged to the branch mainline in revision 7378.
  • Revision ID: jelmer@jelmer.uk-20190707172207-nnugeuwvxsxo62wa
merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2482
2482
bug tracker was specified.
2483
2483
'''))
2484
2484
option_registry.register(
 
2485
    Option('calculate_revnos', default=True,
 
2486
           from_unicode=bool_from_store,
 
2487
           help='''\
 
2488
Calculate revision numbers if they are not known.
 
2489
 
 
2490
Always show revision numbers, even for branch formats that don't store them
 
2491
natively (such as Git). Calculating the revision number requires traversing
 
2492
the left hand ancestry of the branch and can be slow on very large branches.
 
2493
'''))
 
2494
option_registry.register(
2485
2495
    Option('check_signatures', default=CHECK_IF_POSSIBLE,
2486
2496
           from_unicode=signature_policy_from_unicode,
2487
2497
           help='''\