comparison doc/hgrc.5.txt @ 4717:97369f6a6bb6

New config option: ui.report_untrusted (defaults to True)
author Thomas Arendsen Hein <thomas@intevation.de>
date Mon, 25 Jun 2007 22:41:15 +0200
parents ad45209a7c7a
children ea7b982b6c08
comparison
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.