doc/hgrc.5.txt
changeset 6445 a1db3d8b9b8a
parent 6325 41c77bb8d7f3
child 6446 ee5313bc3c0c
equal deleted inserted replaced
6444:ad4996e41554 6445:a1db3d8b9b8a
   279     myHtmlTool.args = -m $local $other $base $output
   279     myHtmlTool.args = -m $local $other $base $output
   280     myHtmlTool.regkey = Software\FooSoftware\HtmlMerge
   280     myHtmlTool.regkey = Software\FooSoftware\HtmlMerge
   281     myHtmlTool.priority = 1
   281     myHtmlTool.priority = 1
   282 
   282 
   283   Supported arguments:
   283   Supported arguments:
       
   284 
   284   priority;;
   285   priority;;
   285     The priority in which to evaluate this tool.
   286     The priority in which to evaluate this tool.
   286     Default: 0.
   287     Default: 0.
   287   executable;;
   288   executable;;
   288     Either just the name of the executable or its pathname.
   289     Either just the name of the executable or its pathname.
   311     success.
   312     success.
   312     Default: False
   313     Default: False
   313   fixeol;;
   314   fixeol;;
   314     Attempt to fix up EOL changes caused by the merge tool.
   315     Attempt to fix up EOL changes caused by the merge tool.
   315     Default: False
   316     Default: False
   316   gui:;
   317   gui;;
   317     This tool requires a graphical interface to run. Default: False
   318     This tool requires a graphical interface to run. Default: False
   318   regkey;;
   319   regkey;;
   319     Windows registry key which describes install location of this tool.
   320     Windows registry key which describes install location of this tool.
   320     Mercurial will search for this key first under HKEY_CURRENT_USER and
   321     Mercurial will search for this key first under HKEY_CURRENT_USER and
   321     then under HKEY_LOCAL_MACHINE.  Default: None
   322     then under HKEY_LOCAL_MACHINE.  Default: None
   561         use the internal non-interactive merge tool
   562         use the internal non-interactive merge tool
   562       internal:fail;;
   563       internal:fail;;
   563         fail to merge
   564         fail to merge
   564 
   565 
   565     See the merge-tools section for more information on configuring tools.
   566     See the merge-tools section for more information on configuring tools.
       
   567 
   566   patch;;
   568   patch;;
   567     command to use to apply patches. Look for 'gpatch' or 'patch' in PATH if
   569     command to use to apply patches. Look for 'gpatch' or 'patch' in PATH if
   568     unset.
   570     unset.
   569   quiet;;
   571   quiet;;
   570     Reduce the amount of output printed.  True or False.  Default is False.
   572     Reduce the amount of output printed.  True or False.  Default is False.