mercurial/helptext/config.txt
changeset 48362 7e6488aa1261
parent 48361 0d0ce2529540
child 48408 f77e4daaf612
--- a/mercurial/helptext/config.txt	Fri Nov 26 17:17:49 2021 +0100
+++ b/mercurial/helptext/config.txt	Fri Nov 26 17:22:14 2021 +0100
@@ -861,6 +861,13 @@
 To debug extension loading issue, one can add `--traceback` to their mercurial
 invocation.
 
+A default setting can we set using the special `*` extension key::
+
+  [extensions]
+  *:required = yes
+  myfeature = ~/.hgext/myfeature.py
+  rebase=
+
 
 ``format``
 ----------