~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2011-06-10 07:01:07 UTC
  • mto: This revision was merged to the branch mainline in revision 5970.
  • Revision ID: mbp@canonical.com-20110610070107-d8x1rq9b6o32b1ub
Support auto-stealing dead locks, but turn it off by default.

Rename the option to 'locks.steal_dead' for consistent grouping.

Factor out code for dealing with contention.

Show diffs side-by-side

added added

removed removed

Lines of Context:
462
462
These settings are only needed if the SMTP server requires authentication
463
463
to send mail.
464
464
 
465
 
steal_dead_locks
 
465
locks.steal_dead
466
466
~~~~~~~~~~~~~~~~
467
467
 
468
 
If true (default), bzr will automatically break locks held by processes
469
 
from the same machine that are no longer alive.  Otherwise, it will print
470
 
a message and you can break the lock manually.
 
468
If set to true, bzr will automatically break locks held by processes from
 
469
the same machine and user that are no longer alive.  Otherwise, it will
 
470
print a message and you can break the lock manually, if you are satisfied
 
471
the object is no longer in use.
471
472
 
472
473
mail_client
473
474
~~~~~~~~~~~