Show More
@@ -11,7 +11,7 b' This extension modifies the status and r' | |||
|
11 | 11 | to their output to reflect file status, the qseries command to add |
|
12 | 12 | color to reflect patch status (applied, unapplied, missing), and to |
|
13 | 13 | diff-related commands to highlight additions, removals, diff headers, |
|
14 | and trailing whitespace. | |
|
14 | tabs, and trailing whitespace. | |
|
15 | 15 | |
|
16 | 16 | Other effects in addition to color, like bold and underlined text, are |
|
17 | 17 | also available. By default, the terminfo database is used to find the |
@@ -61,6 +61,7 b' effects may be overridden from your conf' | |||
|
61 | 61 | diff.deleted = red |
|
62 | 62 | diff.inserted = green |
|
63 | 63 | diff.changed = white |
|
64 | diff.tab = | |
|
64 | 65 | diff.trailingwhitespace = bold red_background |
|
65 | 66 | |
|
66 | 67 | # Blank so it inherits the style of the surrounding label |
@@ -279,6 +280,7 b' except ImportError:' | |||
|
279 | 280 | 'diff.file_b': 'green bold', |
|
280 | 281 | 'diff.hunk': 'magenta', |
|
281 | 282 | 'diff.inserted': 'green', |
|
283 | 'diff.tab': '', | |
|
282 | 284 | 'diff.trailingwhitespace': 'bold red_background', |
|
283 | 285 | 'changeset.public' : '', |
|
284 | 286 | 'changeset.draft' : '', |
General Comments 0
You need to be logged in to leave comments.
Login now