This patch improves the output of the defaultvalue keyword.
For example, progress.format.
Its default value is shown to be ['topic', 'bar', 'number', 'estimate']
until now, but it does not match hg help config.progress.format
(it says default: topic bar number estimate), and that is also not the
format that users would need to use for the actual value in hgrc or using
--config flag.
Details
Details
- Reviewers
av6 - Group Reviewers
hg-reviewers
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
The changes in tests that this patch causes are actually already present in the D6709, so let's fold this patch into it as well.