changeset 159c07f22c8e in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=159c07f22c8e
description:
SCons: Fix the polarity on the --ignore-style check.
diffstat:
SConstruct | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 457c24115bde -r 159c07f22c8e SConstruct
--- a/SConstruct Thu Mar 03 23:55:21 2011 -0800
+++ b/SConstruct Fri Mar 04 00:11:02 2011 -0800
@@ -239,7 +239,7 @@
# 2) Ensure that the style hook is in place.
try:
ui = None
- if GetOption('ignore_style'):
+ if not GetOption('ignore_style'):
from mercurial import ui
ui = ui.ui()
except ImportError:
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev