doc/hgrc.5.txt
changeset 1787 e431344e604c
parent 1736 50de0887bbcd
child 1788 750b9cd83965
equal deleted inserted replaced
1782:b9671b41e360 1787:e431344e604c
   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 1024.
   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;;