--- a/mercurial/help/config.txt Sun Nov 05 21:22:07 2017 +0900
+++ b/mercurial/help/config.txt Sun Nov 05 21:48:58 2017 +0900
@@ -1900,11 +1900,12 @@
subrepositories feature. See also :hg:`help subrepos`.
``allowed``
- Whether subrepository operation in the working directory is allowed.
-
- When disabled, any commands including :hg:`update` will fail if
+ List of subrepository types (hg, git, svn) allowed in the working
+ directory.
+
+ When disallowed, any commands including :hg:`update` will fail if
subrepositories are involved.
- (default: True)
+ (default: `hg, git, svn`)
``templatealias``
-----------------