Mercurial > hg
comparison .hgignore @ 50982:10e57e3f7276
rust-config: show default `null` is coerced incorrectly to `false`
Probably being too trigger happy about boolean values, I incorrectly set
the transform for a `None` to a `Some(false)`. It would cause for example
the `ui.formatted` value to be set to `Some(false)`, which turns off the colors
among other things, when `None` would trigger the automatic behavior.
This is fixed in the next commit.
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Wed, 09 Aug 2023 15:44:56 +0200 |
parents | 59820ae507b1 |
children | 2a875530a023 |
comparison
equal
deleted
inserted
replaced
50981:58390f59826f | 50982:10e57e3f7276 |
---|