File: color-logs.conf

package info (click to toggle)
monotone 0.48-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 20,096 kB
  • ctags: 8,077
  • sloc: cpp: 81,000; sh: 6,402; perl: 1,241; lisp: 1,045; makefile: 655; python: 566; sql: 112; ansic: 52
file content (14 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# this is a colorization config for reading the output of "monotone log"
# or "monotone diff", or best of all "monotone log --no-merges --diffs".
#
# use with the "colorize" script in this dir, or color-logs.sh
#

/^\#/                   bold red
/^\-{30}/               bold red
/^\w[\w\s]+:/           bold red
/^(\-{3}|\+{3})/        black on_cyan
/^\-/                   dark magenta
/^\+/                   dark cyan
/^\@/                   dark yellow