diff --git a/rhodecode/__init__.py b/rhodecode/__init__.py --- a/rhodecode/__init__.py +++ b/rhodecode/__init__.py @@ -36,7 +36,7 @@ PLATFORM_OTHERS = ('Linux', 'Darwin', 'F try: from rhodecode.lib import get_current_revision - _rev = get_current_revision() + _rev = get_current_revision(quiet=True) except ImportError: #this is needed when doing some setup.py operations _rev = False