##// END OF EJS Templates
color: update description of the extension...
Jordi Gutiérrez Hermoso -
r22771:d6274291 default
parent child Browse files
Show More
@@ -1,4 +1,4 b''
1 # color.py color output for the status and qseries commands
1 # color.py color output for Mercurial commands
2 #
2 #
3 # Copyright (C) 2007 Kevin Christen <kevin.christen@gmail.com>
3 # Copyright (C) 2007 Kevin Christen <kevin.christen@gmail.com>
4 #
4 #
@@ -7,11 +7,11 b''
7
7
8 '''colorize output from some commands
8 '''colorize output from some commands
9
9
10 This extension modifies the status and resolve commands to add color
10 The color extension colorizes output from several Mercurial commands.
11 to their output to reflect file status, the qseries command to add
11 For example, the diff command shows additions in green and deletions
12 color to reflect patch status (applied, unapplied, missing), and to
12 in red, while the status command shows modified files in magenta. Many
13 diff-related commands to highlight additions, removals, diff headers,
13 other commands have analogous colors. It is possible to customize
14 tabs, and trailing whitespace.
14 these colors.
15
15
16 Other effects in addition to color, like bold and underlined text, are
16 Other effects in addition to color, like bold and underlined text, are
17 also available. By default, the terminfo database is used to find the
17 also available. By default, the terminfo database is used to find the
General Comments 0
You need to be logged in to leave comments. Login now