doc/hgrc.5.txt
changeset 4717 97369f6a6bb6
parent 4715 ad45209a7c7a
child 5115 ea7b982b6c08
equal deleted inserted replaced
4716:36d23de02da1 4717:97369f6a6bb6
   450     unset.
   450     unset.
   451   quiet;;
   451   quiet;;
   452     Reduce the amount of output printed.  True or False.  Default is False.
   452     Reduce the amount of output printed.  True or False.  Default is False.
   453   remotecmd;;
   453   remotecmd;;
   454     remote command to use for clone/push/pull operations. Default is 'hg'.
   454     remote command to use for clone/push/pull operations. Default is 'hg'.
       
   455   report_untrusted;;
       
   456     Warn if a .hg/hgrc file is ignored due to not being owned by a
       
   457     trusted user or group.  True or False.  Default is True.
   455   slash;;
   458   slash;;
   456     Display paths using a slash ("/") as the path separator.  This only
   459     Display paths using a slash ("/") as the path separator.  This only
   457     makes a difference on systems where the default path separator is not
   460     makes a difference on systems where the default path separator is not
   458     the slash character (e.g. Windows uses the backslash character ("\")).
   461     the slash character (e.g. Windows uses the backslash character ("\")).
   459     Default is False.
   462     Default is False.