Changeset - 22273bec00ba
[Not reviewed]
Marcin Kuzminski - 14 years ago 2011-10-17 01:49:10
marcin@python-works.com
disabled error messages in get_current_revision for stable branch
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/__init__.py
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)