~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
420
420
committed revisions only when the branch requires them.  ``never`` will refuse
421
421
to sign newly committed revisions, even if the branch requires signatures.
422
422
 
 
423
dirstate.fdatasync
 
424
~~~~~~~~~~~~~~~~~~
 
425
 
 
426
If true (default), working tree metadata changes are flushed through the
 
427
OS buffers to physical disk.  This is somewhat slower, but means data
 
428
should not be lost if the machine crashes.  See also repository.fdatasync.
 
429
 
423
430
recurse
424
431
~~~~~~~
425
432
 
501
508
:mapi: Use your preferred e-mail client on Windows.
502
509
:xdg-email: Use xdg-email to run your preferred mail program
503
510
 
 
511
repository.fdatasync
 
512
~~~~~~~~~~~~~~~~~~~~
 
513
 
 
514
If true (default), repository changes are flushed through the OS buffers
 
515
to physical disk.  This is somewhat slower, but means data should not be
 
516
lost if the machine crashes.  See also dirstate.fdatasync.
 
517
 
504
518
submit_branch
505
519
~~~~~~~~~~~~~
506
520