/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 bzrlib/help_topics/en/configuration.txt

format deprecation supported via suppress_warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
428
428
A publically-accessible version of this branch (implying that this version is
429
429
not publically-accessible).  Used (and set) by ``bzr send``.
430
430
 
 
431
suppress_warnings
 
432
~~~~~~~~~~~~~~~~~
 
433
 
 
434
A list of strings, each string represent a warning that can be emitted by
 
435
bzr. Mentioning a warning in this list tells bzr to not emit it.
 
436
 
 
437
Valid values:
 
438
 
 
439
* ``format_deprecation``:
 
440
    whether the format deprecation warning is shown on repositories that are
 
441
    using deprecated formats.
 
442
 
431
443
 
432
444
Branch type specific options
433
445
----------------------------