comparison doc/hgrc.5.txt @ 12771:c77f6276c9e7

help: help topic for merge tools I have made a help topic for merge tools. The text in the topic is based on the http://mercurial.selenic.com/wiki/MergeProgram page from the wiki, along with some extra information on the internal merge tools.
author Erik Zielke <ez@aragost.com>
date Wed, 20 Oct 2010 16:54:34 +0200
parents e23895aea892
children 042bc18dee4b
comparison
equal deleted inserted replaced
12770:614f0d8724ab 12771:c77f6276c9e7
854 Allow to prompt the user. True or False. Default is True. 854 Allow to prompt the user. True or False. Default is True.
855 ``logtemplate`` 855 ``logtemplate``
856 Template string for commands that print changesets. 856 Template string for commands that print changesets.
857 ``merge`` 857 ``merge``
858 The conflict resolution program to use during a manual merge. 858 The conflict resolution program to use during a manual merge.
859 There are some internal tools available: 859 For more information on merge tools see :hg:`help merge-tools`.
860 860 For configuring merge tools see the merge-tools_ section.
861 ``internal:local``
862 keep the local version
863 ``internal:other``
864 use the other version
865 ``internal:merge``
866 use the internal non-interactive merge tool
867 ``internal:fail``
868 fail to merge
869
870 For more information on configuring merge tools see the
871 merge-tools_ section.
872
873 ``patch`` 861 ``patch``
874 command to use to apply patches. Look for ``gpatch`` or ``patch`` in 862 command to use to apply patches. Look for ``gpatch`` or ``patch`` in
875 PATH if unset. 863 PATH if unset.
876 ``quiet`` 864 ``quiet``
877 Reduce the amount of output printed. True or False. Default is False. 865 Reduce the amount of output printed. True or False. Default is False.