diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt index 8565204a0e..0cdedee265 100644 --- a/mercurial/help/config.txt +++ b/mercurial/help/config.txt @@ -821,6 +821,9 @@ Example ``~/.hgrc``:: # Give higher priority kdiff3.priority = 1 + # Changing the priority of preconfigured tool + vimdiff.priority = 0 + # Define new tool myHtmlTool.args = -m $local $other $base $output myHtmlTool.regkey = Software\FooSoftware\HtmlMerge