Skip to content
Snippets Groups Projects
Commit 8534e670 authored by Yuya Nishihara's avatar Yuya Nishihara
Browse files

help: use --template to specify existing style

--style is deprecated since 3a35ba2681ec and 870d60294b04.
parent 64fe488b
No related branches found
No related tags found
No related merge requests found
Mercurial allows you to customize output of commands through
templates. You can either pass in a template from the command
line, via the --template option, or select an existing
template-style (--style).
templates. You can either pass in a template or select an existing
template-style from the command line, via the --template option.
You can customize output for any "log-like" command: log,
outgoing, incoming, tip, parents, heads and glog.
......@@ -11,7 +10,7 @@
and xml.
Usage::
$ hg log -r1 --style changelog
$ hg log -r1 --template changelog
A template is a piece of text, with markup to invoke variable
expansion::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment