projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2dae75
)
tools: moveconfig: New color used for changed defconfig
author
Joe Hershberger
<joe.hershberger@ni.com>
Fri, 10 Jun 2016 19:53:30 +0000
(14:53 -0500)
committer
Masahiro Yamada
<yamada.masahiro@socionext.com>
Sun, 12 Jun 2016 22:46:28 +0000
(07:46 +0900)
The old color blends in with similar messages and makes them not stand
out.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>
tools/moveconfig.py
patch
|
blob
|
history
diff --git
a/tools/moveconfig.py
b/tools/moveconfig.py
index d2744c16eb88ff430987931565117697391a233a..12a145c0a615722dce3e0db5acbd9783c616bc38 100755
(executable)
--- a/
tools/moveconfig.py
+++ b/
tools/moveconfig.py
@@
-742,7
+742,7
@@
class Slot:
updated = not filecmp.cmp(orig_defconfig, new_defconfig)
if updated:
- self.log += color_text(self.options.color, COLOR_LIGHT_
GREEN
,
+ self.log += color_text(self.options.color, COLOR_LIGHT_
BLUE
,
"defconfig was updated.\n")
if not self.options.dry_run and updated: