comparison doc/hgrc.5.txt @ 1788:750b9cd83965

change the default timeout to 600 seconds
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Tue, 21 Feb 2006 23:50:53 +0100
parents e431344e604c
children 7718885070b1
comparison
equal deleted inserted replaced
1787:e431344e604c 1788:750b9cd83965
247 remote command to use for clone/push/pull operations. Default is 'hg'. 247 remote command to use for clone/push/pull operations. Default is 'hg'.
248 ssh;; 248 ssh;;
249 command to use for SSH connections. Default is 'ssh'. 249 command to use for SSH connections. Default is 'ssh'.
250 timeout;; 250 timeout;;
251 The timeout used when a lock is held (in seconds), a negative value 251 The timeout used when a lock is held (in seconds), a negative value
252 means no timeout. Default is 1024. 252 means no timeout. Default is 600.
253 username;; 253 username;;
254 The committer of a changeset created when running "commit". 254 The committer of a changeset created when running "commit".
255 Typically a person's name and email address, e.g. "Fred Widget 255 Typically a person's name and email address, e.g. "Fred Widget
256 <fred@example.com>". Default is $EMAIL or username@hostname. 256 <fred@example.com>". Default is $EMAIL or username@hostname.
257 verbose;; 257 verbose;;