changeset 33753:cf0736696be0 stable

log: mention ui.logtemplate in the help text
author Nathan Goldbaum <ngoldbau@illinois.edu>
date Wed, 16 Aug 2017 10:24:49 -0500
parents 82c39a8ec3b1
children 2debf1e3cfa4
files mercurial/commands.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.