~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(jameinel) (bug #780544) when updating the WT,
 allow it to be done with a fast delta,
 rather than setting the state from scratch. (John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
BZR_PROGRESS_BAR
20
20
~~~~~~~~~~~~~~~~
21
21
 
22
 
Override the progress display.  Possible values are "none" or "text".  If
23
 
the value is "none" then no progress bar is displayed.  The value "text" draws
24
 
the ordinary command line progress bar.
 
22
Override the progress display.  Possible values are "none", "dots", "tty"
25
23
 
26
24
BZR_SIGQUIT_PDB
27
25
~~~~~~~~~~~~~~~
386
384
check_signatures
387
385
~~~~~~~~~~~~~~~~
388
386
 
389
 
Reserved for future use.  These options will allow a policy for branches to
390
 
require signatures.
 
387
Defines the behavior for signatures.
391
388
 
392
389
require
393
390
    The gnupg signature for revisions must be present and must be valid.
403
400
create_signatures
404
401
~~~~~~~~~~~~~~~~~
405
402
 
406
 
Defines the behaviour of signing revisions on commits.  By default bzr will not
407
 
sign new commits.
 
403
Defines the behaviour of signing revisions.
408
404
 
409
405
always
410
 
    Sign every new revision that is committed.  If the signing fails then the
411
 
    commit will not be made.
 
406
    Sign every new revision that is committed.
412
407
 
413
408
when-required
414
 
    Reserved for future use.
 
409
    (default) Sign newly committed revisions only when the branch requires
 
410
    signed revisions.
415
411
 
416
412
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.
 
413
    Refuse to sign newly committed revisions, even if the branch
 
414
    requires signatures.
422
415
 
423
416
recurse
424
417
~~~~~~~
467
460
These settings are only needed if the SMTP server requires authentication
468
461
to send mail.
469
462
 
470
 
locks.steal_dead
471
 
~~~~~~~~~~~~~~~~
472
 
 
473
 
If set to true, bzr will automatically break locks held by processes from
474
 
the same machine and user that are no longer alive.  Otherwise, it will
475
 
print a message and you can break the lock manually, if you are satisfied
476
 
the object is no longer in use.
477
 
 
478
463
mail_client
479
464
~~~~~~~~~~~
480
465