We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77f82e commit 162693bCopy full SHA for 162693b
README.md
@@ -57,8 +57,9 @@ Default: `constraints-mxdev.txt`
57
58
Include one or more other INI files.
59
60
-The included file is read before main file, so the main file overrides included settings, if they appear in both sections.
61
-The included file is read depth first, so if the included file includes another file, this is read before the main file
+The included file is read before the main file, so the main file overrides included settings.
+Included files may include other files.
62
+Innermost inclusions are read first.
63
64
If an included file is an HTTP-URL, it is loaded from there.
65
0 commit comments