mercurial/help/config.txt
branchstable
changeset 34986 828cf35f1de6
parent 34985 5e27afeddaee
child 34987 846942fd6d15
--- 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``
 -----------------