Mercurial > hg
comparison hgext/color.py @ 22711:60ac52a21512
color: update docstring for debug option
964dd1c491ca updated the format for the --color=debug option. This
updates the documentation to match this new format.
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Sun, 24 Aug 2014 17:40:27 -0400 |
parents | b07fd3ac8882 |
children | 7ebf91426f6a |
comparison
equal
deleted
inserted
replaced
22710:b07fd3ac8882 | 22711:60ac52a21512 |
---|---|
26 that case, effects given to the last label will override any other | 26 that case, effects given to the last label will override any other |
27 effects. This includes the special "none" effect, which nullifies | 27 effects. This includes the special "none" effect, which nullifies |
28 other effects. | 28 other effects. |
29 | 29 |
30 Labels are normally invisible. In order to see these labels and their | 30 Labels are normally invisible. In order to see these labels and their |
31 position in the text, use the global --color=debug option. In case of | 31 position in the text, use the global --color=debug option. The same |
32 multiple labels for the same text, the labels will be enclosed by | 32 anchor text may be associated to multiple labels, e.g. |
33 square brackets, e.g. | 33 |
34 | 34 [log.changeset changeset.secret|changeset: 22611:6f0a53c8f587] |
35 [log.changeset changeset.secret](changeset: 22611:6f0a53c8f587) | |
36 | 35 |
37 The following are the default effects for some default labels. Default | 36 The following are the default effects for some default labels. Default |
38 effects may be overridden from your configuration file:: | 37 effects may be overridden from your configuration file:: |
39 | 38 |
40 [color] | 39 [color] |