# HG changeset patch # User Matt Mackall # Date 1406321502 18000 # Node ID 868e2cea3ea08a2b24b90b8901224d30b5625f2e # Parent d603e73332817da96d6f00c8c2c7e4a0f3b35373 help: mention '-T list' in templater topic diff -r d603e7333281 -r 868e2cea3ea0 mercurial/help/templates.txt --- 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::