~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jonathan Riddell
  • Date: 2011-06-16 14:21:52 UTC
  • mto: (5971.2.3 bzr-gpgme)
  • mto: This revision was merged to the branch mainline in revision 6003.
  • Revision ID: jriddell@canonical.com-20110616142152-oacqldot0lxciq0e
tidying

Show diffs side-by-side

added added

removed removed

Lines of Context:
386
386
check_signatures
387
387
~~~~~~~~~~~~~~~~
388
388
 
389
 
Reserved for future use.  These options will allow a policy for branches to
390
 
require signatures.
 
389
Defines the behavior for signatures.
391
390
 
392
391
require
393
392
    The gnupg signature for revisions must be present and must be valid.
403
402
create_signatures
404
403
~~~~~~~~~~~~~~~~~
405
404
 
406
 
Defines the behaviour of signing revisions on commits.  By default bzr will not
407
 
sign new commits.
 
405
Defines the behaviour of signing revisions.
408
406
 
409
407
always
410
 
    Sign every new revision that is committed.  If the signing fails then the
411
 
    commit will not be made.
 
408
    Sign every new revision that is committed.
412
409
 
413
410
when-required
414
 
    Reserved for future use.
 
411
    (default) Sign newly committed revisions only when the branch requires
 
412
    signed revisions.
415
413
 
416
414
never
417
 
    Reserved for future use.
418
 
 
419
 
In future it is planned that ``when-required`` will sign newly
420
 
committed revisions only when the branch requires them.  ``never`` will refuse
421
 
to sign newly committed revisions, even if the branch requires signatures.
 
415
    Refuse to sign newly committed revisions, even if the branch
 
416
    requires signatures.
422
417
 
423
418
recurse
424
419
~~~~~~~