comparison doc/hgrc.5.txt @ 1929:85daa4e03b4c

Merging with crew.
author Eric Hopper <hopper@omnifarious.org>
date Mon, 06 Mar 2006 08:47:16 -0800
parents 750b9cd83965
children 7718885070b1
comparison
equal deleted inserted replaced
1927:397b62d5dd13 1929:85daa4e03b4c
245 Reduce the amount of output printed. True or False. Default is False. 245 Reduce the amount of output printed. True or False. Default is False.
246 remotecmd;; 246 remotecmd;;
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;;
251 The timeout used when a lock is held (in seconds), a negative value
252 means no timeout. Default is 600.
250 username;; 253 username;;
251 The committer of a changeset created when running "commit". 254 The committer of a changeset created when running "commit".
252 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
253 <fred@example.com>". Default is $EMAIL or username@hostname. 256 <fred@example.com>". Default is $EMAIL or username@hostname.
254 verbose;; 257 verbose;;