changeset 21946:868e2cea3ea0 stable

help: mention '-T list' in templater topic
author Matt Mackall <mpm@selenic.com>
date Fri, 25 Jul 2014 15:51:42 -0500
parents d603e7333281
children b081decd9062
files mercurial/help/templates.txt
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/help/templates.txt	Fri Jul 25 15:38:26 2014 -0500
+++ b/mercurial/help/templates.txt	Fri Jul 25 15:51:42 2014 -0500
@@ -5,12 +5,10 @@
 You can customize output for any "log-like" command: log,
 outgoing, incoming, tip, parents, and heads.
 
-Five styles are packaged with Mercurial: default (the style used
-when no explicit preference is passed), compact, changelog, phases
-and xml.
-Usage::
+Some built-in styles are packaged with Mercurial. These can be listed
+with :hg:`log --template list`. Example usage::
 
-    $ hg log -r1 --template changelog
+    $ hg log -r1.0::1.1 --template changelog
 
 A template is a piece of text, with markup to invoke variable
 expansion::