##// END OF EJS Templates
color: wrap lines in docstring
Martin Geisler -
r13638:72040d98 default
parent child Browse files
Show More
@@ -18,11 +18,11 b''
18 18
19 19 '''colorize output from some commands
20 20
21 This extension modifies the status and resolve commands to add color to their
22 output 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.
21 This extension modifies the status and resolve commands to add color
22 to their output to reflect file status, the qseries command to add
23 color to reflect patch status (applied, unapplied, missing), and to
24 diff-related commands to highlight additions, removals, diff headers,
25 and trailing whitespace.
26 26
27 27 Other effects in addition to color, like bold and underlined text, are
28 28 also available. Effects are rendered with the ECMA-48 SGR control
General Comments 0
You need to be logged in to leave comments. Login now