Show More
@@ -1,15 +1,20 b'' | |||||
1 |
Mercurial c |
|
1 | Mercurial colorizes output from several commands. | |
2 |
|
2 | |||
3 | For example, the diff command shows additions in green and deletions |
|
3 | For example, the diff command shows additions in green and deletions | |
4 | in red, while the status command shows modified files in magenta. Many |
|
4 | in red, while the status command shows modified files in magenta. Many | |
5 | other commands have analogous colors. It is possible to customize |
|
5 | other commands have analogous colors. It is possible to customize | |
6 | these colors. |
|
6 | these colors. | |
7 |
|
7 | |||
8 | To enable color use:: |
|
8 | To enable color (default) use:: | |
9 |
|
9 | |||
10 | [ui] |
|
10 | [ui] | |
11 | color = auto |
|
11 | color = auto | |
12 |
|
12 | |||
|
13 | To disable color use:: | |||
|
14 | ||||
|
15 | [ui] | |||
|
16 | color = never | |||
|
17 | ||||
13 | Mode |
|
18 | Mode | |
14 | ==== |
|
19 | ==== | |
15 |
|
20 |
General Comments 0
You need to be logged in to leave comments.
Login now