mercurial/helptext/config.txt
changeset 45121 b6269741ed42
parent 45059 f43bc4ce0d69
child 45123 1efbfa9b36a7
--- a/mercurial/helptext/config.txt	Sat Aug 31 14:33:26 2019 +0200
+++ b/mercurial/helptext/config.txt	Sat Jul 11 23:53:27 2020 +0200
@@ -1890,6 +1890,14 @@
     applicable for `hg amend`, `hg commit --amend` and `hg uncommit` in the
     current version.
 
+``empty-successor``
+
+    Control what happens with empty successors that are the result of rewrite
+    operations. If set to ``skip``, the successor is not created. If set to
+    ``keep``, the empty successor is created and kept.
+
+    Currently, no command considers this configuration. (EXPERIMENTAL)
+
 ``storage``
 -----------