mercurial/help/config.txt
changeset 22032 d7f25834ffbb
parent 22013 de5cee8ba088
child 22158 bc2132dfc0a4
--- a/mercurial/help/config.txt	Mon Aug 04 16:58:39 2014 -0700
+++ b/mercurial/help/config.txt	Mon Aug 04 16:32:41 2014 -0700
@@ -954,8 +954,10 @@
 
 ``premerge``
   Attempt to run internal non-interactive 3-way merge tool before
-  launching external tool.  Options are ``true``, ``false``, or ``keep``
-  to leave markers in the file if the premerge fails.
+  launching external tool.  Options are ``true``, ``false``, ``keep`` or
+  ``keep-merge3``. The ``keep`` option will leave markers in the file if the
+  premerge fails. The ``keep-merge3`` will do the same but include information
+  about the base of the merge in the marker (see internal:merge3).
   Default: True
 
 ``binary``