changeset 2038:dbc82e3362a2 rhodecode-0.0.1.3.0

quiet down vcs info for stable branch
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 26 Feb 2012 21:17:45 +0200
parents 9388e2888b72
children 0b4caf70c90a
files rhodecode/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/__init__.py	Sun Feb 26 19:31:17 2012 +0200
+++ b/rhodecode/__init__.py	Sun Feb 26 21:17:45 2012 +0200
@@ -67,7 +67,7 @@
 
 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