projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18cece1
)
Cosmetic fix.
author
Eric S. Raymond
<esr@thyrsus.com>
Tue, 2 Oct 2012 00:52:55 +0000
(20:52 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Tue, 2 Oct 2012 00:52:55 +0000
(20:52 -0400)
irkerhook.py
patch
|
blob
|
history
diff --git
a/irkerhook.py
b/irkerhook.py
index 28671d4205d5930e949ec23333d365d76fce7e4d..3aa2160e1737f718676dc719dfea26d538376a51 100755
(executable)
--- a/
irkerhook.py
+++ b/
irkerhook.py
@@
-69,8
+69,8
@@
class GenericExtractor:
self.files = None
self.logmsg = None
self.rev = None
- self.color = None
# Color highlighting is disabled by default.
+ self.color = None
self.bold = self.green = self.blue = ""
self.yellow = self.brown = self.reset = ""
def activate_color(self, style):