doc/hgrc.5.txt
changeset 4527 b422b558015b
parent 4435 aac150af09e8
child 4630 e6d105a51ec7
equal deleted inserted replaced
4526:cbabc9ac7424 4527:b422b558015b
   437     unset.
   437     unset.
   438   quiet;;
   438   quiet;;
   439     Reduce the amount of output printed.  True or False.  Default is False.
   439     Reduce the amount of output printed.  True or False.  Default is False.
   440   remotecmd;;
   440   remotecmd;;
   441     remote command to use for clone/push/pull operations. Default is 'hg'.
   441     remote command to use for clone/push/pull operations. Default is 'hg'.
       
   442   slash;;
       
   443     Display paths using a slash ("/") as the path separator.  This only
       
   444     makes a difference on systems where the default path separator is not
       
   445     the slash character (e.g. Windows uses the backslash character ("\")).
       
   446     Default is False.
   442   ssh;;
   447   ssh;;
   443     command to use for SSH connections. Default is 'ssh'.
   448     command to use for SSH connections. Default is 'ssh'.
   444   strict;;
   449   strict;;
   445     Require exact command names, instead of allowing unambiguous
   450     Require exact command names, instead of allowing unambiguous
   446     abbreviations.  True or False.  Default is False.
   451     abbreviations.  True or False.  Default is False.