mercurial/help/config.txt
changeset 20176 4c96c50ef937
parent 20142 14e283c99908
child 20333 fa6cb300ded4
--- a/mercurial/help/config.txt	Mon Dec 16 12:59:32 2013 -0600
+++ b/mercurial/help/config.txt	Wed Nov 13 15:55:30 2013 +0900
@@ -945,6 +945,15 @@
     Phase of newly-created commits.
     Default: draft
 
+``checksubrepos``
+
+    Check phase of state in each subrepositories, allowed values are
+    "ignore", "follow" or "abort". For settings other than "ignore",
+    the phase of each subrepository commit is checked before committing
+    in the parent repository. If there is any greater phase than the parent
+    ("secret" vs "draft", for example), the commit is either aborted
+    with "abort" or the higher phase is used with "follow". Default: "follow".
+
 ``profiling``
 -------------