diff options
Diffstat (limited to 'SConstruct')
-rwxr-xr-x | SConstruct | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct index a3af75ffb..18ebea2af 100755 --- a/SConstruct +++ b/SConstruct @@ -177,8 +177,8 @@ or your personal .hgrc style = %s/util/style.py [hooks] -pretxncommit.style = python:style.check_whitespace -pre-qrefresh.style = python:style.check_whitespace +pretxncommit.style = python:style.check_style +pre-qrefresh.style = python:style.check_style """ % (main.root) mercurial_bin_not_found = """ |