Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHGad55a0a5894f: help: include subtopic in error message if passed
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
| mercurial/help.py | ||
|---|---|---|
| 826 | Concatenating things is not the best option when it comes to i18n, but even if it were, I think it would make sense to only show here the subtopic, if it's provided. If people are curious about internals.foobar (or config.foobar), then hg help -k foobar helps way more than hg help -k internals. And we already make sure that the topic that comes before the dot exists, right? | |
| mercurial/help.py | ||
|---|---|---|
| 826 | Fair enough, I agree just the subtopic is fine. | |
Concatenating things is not the best option when it comes to i18n, but even if it were, I think it would make sense to only show here the subtopic, if it's provided. If people are curious about internals.foobar (or config.foobar), then hg help -k foobar helps way more than hg help -k internals. And we already make sure that the topic that comes before the dot exists, right?