mercurial/help/config.txt
changeset 39393 56469d475341
parent 39125 cded904f7acc
child 39441 d0a8299e7256
--- a/mercurial/help/config.txt	Sun Aug 26 15:52:34 2018 -0400
+++ b/mercurial/help/config.txt	Sun Aug 26 16:42:28 2018 -0400
@@ -442,6 +442,11 @@
     Confirm before performing action if no filename is passed.
     (default: False)
 
+``resolve.explicit-re-merge``
+    Require uses of ``hg resolve`` to specify which action it should perform,
+    instead of re-merging files by default.
+    (default: False)
+
 ``resolve.mark-check``
     Determines what level of checking :hg:`resolve --mark` will perform before
     marking files as resolved. Valid values are ``none`, ``warn``, and