##// END OF EJS Templates
color: reflect the new default in global help topic...
Pierre-Yves David -
r32092:a8f15bf8 stable
parent child Browse files
Show More
@@ -1,15 +1,20 b''
1 Mercurial can colorizes output from several commands.
1 Mercurial colorizes output from several commands.
2 2
3 3 For example, the diff command shows additions in green and deletions
4 4 in red, while the status command shows modified files in magenta. Many
5 5 other commands have analogous colors. It is possible to customize
6 6 these colors.
7 7
8 To enable color use::
8 To enable color (default) use::
9 9
10 10 [ui]
11 11 color = auto
12 12
13 To disable color use::
14
15 [ui]
16 color = never
17
13 18 Mode
14 19 ====
15 20
General Comments 0
You need to be logged in to leave comments. Login now