~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/en/configuration.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-11-17 03:20:35 UTC
  • mfrom: (4792.4.3 456036)
  • Revision ID: pqm@pqm.ubuntu.com-20091117032035-s3sgtlixj1lrminn
(Gordon Tyler) Fix IndexError during 'bzr ignore /' (#456036)

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
variable policies which don't apply.
273
273
 
274
274
For more information on the possible uses of the authentication configuration
275
 
file see :doc:`authentication-help`.
 
275
file see `Authentication Settings`_.
276
276
 
277
277
 
278
278
Common variable options
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
 
 
443
431
 
444
432
Branch type specific options
445
433
----------------------------