##// 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 try:
37 try:
38 from rhodecode.lib import get_current_revision
38 from rhodecode.lib import get_current_revision
39 _rev = get_current_revision()
39 _rev = get_current_revision(quiet=True)
40 except ImportError:
40 except ImportError:
41 #this is needed when doing some setup.py operations
41 #this is needed when doing some setup.py operations
42 _rev = False
42 _rev = False
General Comments 0
You need to be logged in to leave comments. Login now