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