# HG changeset patch # User Nathan Goldbaum # Date 1502897089 18000 # Node ID cf0736696be05c29f70f9c7738d7eae7a4339af9 # Parent 82c39a8ec3b1afce67f389c6d2006944e2db566e log: mention ui.logtemplate in the help text diff -r 82c39a8ec3b1 -r cf0736696be0 mercurial/commands.py --- 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.