# HG changeset patch # User Nathan Goldbaum # Date 2017-08-16 15:24:49 # Node ID cf0736696be05c29f70f9c7738d7eae7a4339af9 # Parent 82c39a8ec3b1afce67f389c6d2006944e2db566e log: mention ui.logtemplate in the help text diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -3335,7 +3335,9 @@ def log(ui, repo, *pats, **opts): 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.