[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] /srv/bzr/gsrc/trunk r2326: turn off colors by default
From: |
Brandon Invergo |
Subject: |
[Gsrc-commit] /srv/bzr/gsrc/trunk r2326: turn off colors by default |
Date: |
Wed, 01 May 2013 16:08:17 -0500 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 2326
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2013-05-01 16:08:17 -0500
message:
turn off colors by default
modified:
gar.conf.mk
=== modified file 'gar.conf.mk'
--- a/gar.conf.mk 2013-04-25 15:01:47 +0000
+++ b/gar.conf.mk 2013-05-01 21:08:17 +0000
@@ -16,7 +16,7 @@
# The default colors are bold white for messages, red for errors, and green
for
# success. If you don't want colors, you can insert symbols to designate GSRC
# output.
-USE_COLOR = y
+USE_COLOR = n
ifeq ($(USE_COLOR),y)
OFF = "\\033[00m"
MSG = "\\033[01\;37m"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] /srv/bzr/gsrc/trunk r2326: turn off colors by default,
Brandon Invergo <=