author | Nathan Goldbaum <ngoldbau@illinois.edu> |
Wed, 16 Aug 2017 10:24:49 -0500 | |
branch | stable |
changeset 33753 | cf0736696be0 |
parent 33752 | 82c39a8ec3b1 |
child 33754 | 2debf1e3cfa4 |
--- a/mercurial/commands.py Sat Aug 12 14:29:22 2017 +0200 +++ b/mercurial/commands.py Wed Aug 16 10:24:49 2017 -0500 @@ -3335,7 +3335,9 @@ revisions. See :hg:`help templates` for more about pre-packaged styles and - specifying custom templates. + specifying custom templates. The default template used by the log + command can be customized via the ``ui.logtemplate`` configuration + setting. Returns 0 on success.