--- 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``
-------------