--- 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::