# HG changeset patch # User Dan Connolly # Date 2010-04-28 18:36:06 # Node ID 3b89899934a6b8b8777206358af045b3b96617ce # Parent 409c0e4d79e9540260b679ec48683b8d8691002a log: document the new xml style diff --git a/mercurial/help/templates.txt b/mercurial/help/templates.txt --- a/mercurial/help/templates.txt +++ b/mercurial/help/templates.txt @@ -6,8 +6,9 @@ template-style (--style). You can customize output for any "log-like" command: log, outgoing, incoming, tip, parents, heads and glog. -Three styles are packaged with Mercurial: default (the style used -when no explicit preference is passed), compact and changelog. +Four styles are packaged with Mercurial: default (the style used +when no explicit preference is passed), compact, changelog, +and xml. Usage:: $ hg log -r1 --style changelog