##// END OF EJS Templates
disabled error messages in get_current_revision for stable branch
marcink -
r1573:22273bec rhodecode-0.0.1.2.2 default
parent child Browse files
Show More
@@ -36,7 +36,7 b" PLATFORM_OTHERS = ('Linux', 'Darwin', 'F"
36 36
37 37 try:
38 38 from rhodecode.lib import get_current_revision
39 _rev = get_current_revision()
39 _rev = get_current_revision(quiet=True)
40 40 except ImportError:
41 41 #this is needed when doing some setup.py operations
42 42 _rev = False
General Comments 0
You need to be logged in to leave comments. Login now