Commit a47c67e
ui: use explicit None to get ui.formatted and ui.interactive
Summary:
This is subtle. `configbool` by default returns `False` for "unset"
configs. However, with `coreconfigitem(a, b, default=None)`,
`configbool(a, b)` will return `None`. I'm removing `coreconfigitem`s
so let's use explicit `None` for those tricky `configbool`s.
Reviewed By: muirdm
Differential Revision: D74336719
fbshipit-source-id: 048ca326ab3af378a31b79742d58a574bfe8302f1 parent 43e836b commit a47c67e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
960 | 960 | | |
961 | 961 | | |
962 | 962 | | |
963 | | - | |
| 963 | + | |
964 | 964 | | |
965 | 965 | | |
966 | 966 | | |
| |||
1005 | 1005 | | |
1006 | 1006 | | |
1007 | 1007 | | |
1008 | | - | |
| 1008 | + | |
1009 | 1009 | | |
1010 | 1010 | | |
1011 | 1011 | | |
| |||
0 commit comments