Changeset - dbc82e3362a2
[Not reviewed]
Marcin Kuzminski - 14 years ago 2012-02-26 20:17:45
marcin@python-works.com
quiet down vcs info for stable branch
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/__init__.py
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)