mercurial/help/config.txt
changeset 40478 86dfae98a3a2
parent 40421 e928bedf0919
child 40547 840cd57cde32
--- a/mercurial/help/config.txt	Fri Oct 26 21:46:37 2018 +0900
+++ b/mercurial/help/config.txt	Sat Oct 13 07:49:20 2018 -0700
@@ -2296,6 +2296,16 @@
 
       On Windows, this configuration option is ignored and the command aborted.
 
+``pre-merge-tool-output-template``
+    A template that is printed before executing an external merge tool. This can
+    be used to print out additional context that might be useful to have during
+    the conflict resolution, such as the description of the various commits
+    involved or bookmarks/tags.
+
+    Additional information is available in the ``local`, ``base``, and ``other``
+    dicts. For example: ``{local.label}``, ``{base.name}``, or
+    ``{other.islink}``.
+
 ``quiet``
     Reduce the amount of output printed.
     (default: False)