##// END OF EJS Templates
help: use --template to specify existing style...
Yuya Nishihara -
r21943:8534e670 stable
parent child Browse files
Show More
@@ -1,7 +1,6 b''
1 1 Mercurial allows you to customize output of commands through
2 templates. You can either pass in a template from the command
3 line, via the --template option, or select an existing
4 template-style (--style).
2 templates. You can either pass in a template or select an existing
3 template-style from the command line, via the --template option.
5 4
6 5 You can customize output for any "log-like" command: log,
7 6 outgoing, incoming, tip, parents, heads and glog.
@@ -11,7 +10,7 b' when no explicit preference is passed), '
11 10 and xml.
12 11 Usage::
13 12
14 $ hg log -r1 --style changelog
13 $ hg log -r1 --template changelog
15 14
16 15 A template is a piece of text, with markup to invoke variable
17 16 expansion::
General Comments 0
You need to be logged in to leave comments. Login now