diff mercurial/help/config.txt @ 29717:a12d13eac513 stable

help: add example of '[templates]' usage V2: - move from shortest() with minlength 8 to minlength 4 - mention [templates] in config.txt - better describe the difference between [templatealias] and [templates] V3: - choose a better example template
author Mathias De Maré <mathias.demare@gmail.com>
date Mon, 08 Aug 2016 16:47:42 +0200
parents 512611246ea4
children 531e85eec23c
line wrap: on
line diff
--- a/mercurial/help/config.txt	Fri Aug 05 16:25:15 2016 -0400
+++ b/mercurial/help/config.txt	Mon Aug 08 16:47:42 2016 +0200
@@ -1615,6 +1615,12 @@
 
 Alias definitions for templates. See :hg:`help templates` for details.
 
+``templates``
+-------------
+
+Use the ``[templates]`` section to define template strings.
+See :hg:`help templates` for details.
+
 ``trusted``
 -----------