The existing [templates] section lets the user define their own keys
and then refer to them on the command line with -T. There are many
cases where hg wants to use a user-defined template with a given name,
such as ui.logtemplate and ui.mergemarkertemplate. This patch
starts moving such configs in a common section by moving
ui.logtemplate to command-templates.log (with an alias from the
old name, of course).
Details
Details
- Reviewers
durin42 - Group Reviewers
hg-reviewers - Commits
- rHGed84a4d48910: config: add a new [command-templates] section for templates defined by hg
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.