~jelmer/brz/fix-c-extensions

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2017-07-23 22:06:41 UTC
  • mfrom: (6738 trunk)
  • mto: This revision was merged to the branch mainline in revision 6739.
  • Revision ID: jelmer@jelmer.uk-20170723220641-69eczax9bmv8d6kk
Merge trunk, address review comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
498
498
    This section only applies to the branch at this directory and not
499
499
    branches below it.
500
500
 
501
 
gpg_signing_command
502
 
~~~~~~~~~~~~~~~~~~~
503
 
 
504
 
(Default: "gpg"). Which program should be used to sign and check revisions.
505
 
For example::
506
 
 
507
 
    gpg_signing_command = /usr/bin/gnpg
508
 
 
509
 
The specified command must accept the options "--clearsign" and "-u <email>".
510
 
 
511
501
bzr_remote_path
512
502
~~~~~~~~~~~~~~~
513
503
 
600
590
    whether the format deprecation warning is shown on repositories that are
601
591
    using deprecated formats.
602
592
 
 
593
* ``insecure_permissions``:
 
594
    whether a warning is shown if ``authentication.conf`` can be read
 
595
    by other users.
 
596
 
603
597
default_format
604
598
~~~~~~~~~~~~~~
605
599