aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-02-26 21:17:45 +0200
committerMarcin Kuzminski <marcin@python-works.com>2012-02-26 21:17:45 +0200
commit8e0910f3e6f9d954f3770ff2525945c9a6392dbb (patch)
tree5d4f4bbf5b6624032e87116ec22ae8b06914ebff
parent2929ee55694e16367f74cc20761b62a91e389f88 (diff)
quiet down vcs info for stable branchv1.3.0
-rw-r--r--rhodecode/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhodecode/__init__.py b/rhodecode/__init__.py
index 9d295a35..94edceb2 100644
--- a/rhodecode/__init__.py
+++ b/rhodecode/__init__.py
@@ -67,7 +67,7 @@ else:
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