##// END OF EJS Templates
color: wrap docstrings at 70 characters
Martin Geisler -
r9255:acfbb88c default
parent child Browse files
Show More
@@ -18,15 +18,16 b''
18 18
19 19 '''colorize output from some commands
20 20
21 This extension modifies the status command to add color to its output to
22 reflect file status, the qseries command to add color to reflect patch status
23 (applied, unapplied, missing), and to diff-related commands to highlight
24 additions, removals, diff headers, and trailing whitespace.
21 This extension modifies the status command to add color to its output
22 to reflect file status, the qseries command to add color to reflect
23 patch status (applied, unapplied, missing), and to diff-related
24 commands to highlight additions, removals, diff headers, and trailing
25 whitespace.
25 26
26 Other effects in addition to color, like bold and underlined text, are also
27 available. Effects are rendered with the ECMA-48 SGR control function (aka
28 ANSI escape codes). This module also provides the render_text function, which
29 can be used to add effects to any text.
27 Other effects in addition to color, like bold and underlined text, are
28 also available. Effects are rendered with the ECMA-48 SGR control
29 function (aka ANSI escape codes). This module also provides the
30 render_text function, which can be used to add effects to any text.
30 31
31 32 Default effects may be overridden from the .hgrc file::
32 33
General Comments 0
You need to be logged in to leave comments. Login now