diff mercurial/commands.py @ 33666: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 4cd4344a53c4
children af20468eb0a4
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.