mercurial/helptext/config.txt
branchstable
changeset 49569 5318ac25dfdc
parent 49566 b1c20e41098f
child 49657 f5f113f1b011
--- a/mercurial/helptext/config.txt	Thu Nov 03 15:57:37 2022 +0100
+++ b/mercurial/helptext/config.txt	Thu Nov 03 16:30:35 2022 +0100
@@ -2165,6 +2165,14 @@
     Path to the executable to run in a sub-process when falling back to
     another implementation of Mercurial.
 
+``fallback-immediately``
+    Fall back to ``fallback-executable`` as soon as possible, regardless of
+    the `rhg.on-unsupported` configuration. Useful for debugging, for example to
+    bypass `rhg` if the deault `hg` points to `rhg`.
+
+    Note that because this requires loading the configuration, it is possible
+    that `rhg` error out before being able to fall back.
+
 ``ignored-extensions``
     Controls which extensions should be ignored by `rhg`. By default, `rhg`
     triggers the `rhg.on-unsupported` behavior any unsupported extensions.