doc/hgrc.5.txt
changeset 1788 750b9cd83965
parent 1787 e431344e604c
child 1907 7718885070b1
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;;