SCons: Fix the polarity on the --ignore-style check.
This commit is contained in:
@@ -239,7 +239,7 @@ if hgdir.exists():
|
|||||||
# 2) Ensure that the style hook is in place.
|
# 2) Ensure that the style hook is in place.
|
||||||
try:
|
try:
|
||||||
ui = None
|
ui = None
|
||||||
if GetOption('ignore_style'):
|
if not GetOption('ignore_style'):
|
||||||
from mercurial import ui
|
from mercurial import ui
|
||||||
ui = ui.ui()
|
ui = ui.ui()
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|||||||
Reference in New Issue
Block a user