Subversion Repositories configs

Rev

Rev 4 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# Example colordiffrc file for light backgrounds
2
#
3
# Set banner=no to suppress authorship info at top of
4
# colordiff output
5
banner=no
6
# By default, when colordiff output is being redirected
7
# to a file, it detects this and does not colour-highlight
8
# To make the patch file *include* colours, change the option
9
# below to 'yes'
10
color_patches=no
27 - 11
# Sometimes it can be useful to specify which diff command to
12
# use: that can be specified here
13
diff_cmd=diff
4 - 14
#
15
# available colours are: white, yellow, green, blue,
16
#                        cyan, red, magenta, black,
17
#                        darkwhite, darkyellow, darkgreen,
18
#                        darkblue, darkcyan, darkred,
19
#                        darkmagenta, darkblack
20
#
21
# Can also specify 'none', 'normal' or 'off' which are all
22
# aliases for the same thing, namely "don't colour highlight
23
# this, use the default output colour"
24
#
25
plain=black
26
newtext=darkblue
27
oldtext=darkred
28
diffstuff=darkgreen
29
cvsstuff=darkwhite