Details
Details
- Reviewers
Alphare - Group Reviewers
hg-reviewers - Commits
- rHGd4a5c2197208: rhg: Add parsing for the --color global CLI argument
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
rust/hg-core/src/config/layer.rs | ||
---|---|---|
307–308 | This TODO is out-of-date now |
rust/hg-core/src/config/layer.rs | ||
---|---|---|
307–308 | Right, I’ll remove the CLI one. The others may still be relevant. Maybe not defaults if we keep the current pattern of .get(…).unwrap_or(default_value) at use sites instead of centralized defaults definition. |
rust/hg-core/src/config/layer.rs | ||
---|---|---|
307–308 | I think the others are still relevant. We should think about configitems.py at some point, so let's keep it. |
This TODO is out-of-date now