/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: 2018-11-16 18:35:30 UTC
  • mfrom: (7143.15.15 more-cleanups)
  • mto: This revision was merged to the branch mainline in revision 7178.
  • Revision ID: jelmer@jelmer.uk-20181116183530-ue8yx60h5tinl2wy
Merge more-cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2786
2786
    Option('default_format', default='2a',
2787
2787
           help='Format used when creating branches.'))
2788
2788
option_registry.register(
2789
 
    Option('dpush_strict', default=None,
2790
 
           from_unicode=bool_from_store,
2791
 
           help='''\
2792
 
The default value for ``dpush --strict``.
2793
 
 
2794
 
If present, defines the ``--strict`` option default value for checking
2795
 
uncommitted changes before pushing into a different VCS without any
2796
 
custom bzr metadata.
2797
 
'''))
2798
 
option_registry.register(
2799
2789
    Option('editor',
2800
2790
           help='The command called to launch an editor to enter a message.'))
2801
2791
option_registry.register(