mercurial/commands.py
changeset 33865 af20468eb0a4
parent 33854 f6dc30b83432
parent 33753 cf0736696be0
child 33885 800bb35d891e
--- a/mercurial/commands.py	Fri Aug 11 01:34:11 2017 -0700
+++ b/mercurial/commands.py	Mon Aug 21 21:35:06 2017 -0700
@@ -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.