doc/hgrc.5.txt
changeset 3721 98f2507c5551
parent 3616 cf001fb04109
child 3835 d1ce5461beed
equal deleted inserted replaced
3720:5cc99f4b5041 3721:98f2507c5551
   417     The timeout used when a lock is held (in seconds), a negative value
   417     The timeout used when a lock is held (in seconds), a negative value
   418     means no timeout. Default is 600.
   418     means no timeout. Default is 600.
   419   username;;
   419   username;;
   420     The committer of a changeset created when running "commit".
   420     The committer of a changeset created when running "commit".
   421     Typically a person's name and email address, e.g. "Fred Widget
   421     Typically a person's name and email address, e.g. "Fred Widget
   422     <fred@example.com>".  Default is $EMAIL. If no default is found, or the
   422     <fred@example.com>".  Default is $EMAIL or username@hostname.
   423     configured username is empty, it has to be specified manually.
       
   424   verbose;;
   423   verbose;;
   425     Increase the amount of output printed.  True or False.  Default is False.
   424     Increase the amount of output printed.  True or False.  Default is False.
   426 
   425 
   427 
   426 
   428 web::
   427 web::