Mercurial > hgrepos > Python > libs > ConfigMix
diff configmix/constants.py @ 637:4499e9b4855d
The ``{{::DEL::}}`` is not subject to interpolation any more.
This fixes the handling of these deletion markers when merging
configurations: sometimes they were tried to be interpolated -- and
this failed.
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Fri, 04 Mar 2022 17:35:27 +0100 |
| parents | f454889e41fa |
| children |
line wrap: on
line diff
--- a/configmix/constants.py Sun Jan 23 17:34:11 2022 +0100 +++ b/configmix/constants.py Fri Mar 04 17:35:27 2022 +0100 @@ -27,7 +27,10 @@ DEL_VALUE = _u("{{::DEL::}}") """Value for configuration items to signal that the corresponding -key-value is to be deleted when configurations are merged +key-value is to be deleted when configurations are merged. + +Despite having "interpolation" syntax this value will **never** be +substituted. """
