comparison doc/hgrc.5.txt @ 2980:94def4db6cd4

merge.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Tue, 22 Aug 2006 07:32:54 -0700
parents 63c3a1921a67
children 494521a3f142
comparison
equal deleted inserted replaced
2979:985594e891b8 2980:94def4db6cd4
375 Reduce the amount of output printed. True or False. Default is False. 375 Reduce the amount of output printed. True or False. Default is False.
376 remotecmd;; 376 remotecmd;;
377 remote command to use for clone/push/pull operations. Default is 'hg'. 377 remote command to use for clone/push/pull operations. Default is 'hg'.
378 ssh;; 378 ssh;;
379 command to use for SSH connections. Default is 'ssh'. 379 command to use for SSH connections. Default is 'ssh'.
380 strict;;
381 Require exact command names, instead of allowing unambiguous
382 abbreviations. True or False. Default is False.
380 timeout;; 383 timeout;;
381 The timeout used when a lock is held (in seconds), a negative value 384 The timeout used when a lock is held (in seconds), a negative value
382 means no timeout. Default is 600. 385 means no timeout. Default is 600.
383 username;; 386 username;;
384 The committer of a changeset created when running "commit". 387 The committer of a changeset created when running "commit".