##// END OF EJS Templates
be blunt about that error message to not confuse people
marcink -
r3231:b5a5a606 beta
parent child Browse files
Show More
@@ -19,6 +19,7 b' def get_current_revision(quiet=False):'
19 return (tip.revision, tip.short_id)
19 return (tip.revision, tip.short_id)
20 except Exception, err:
20 except Exception, err:
21 if not quiet:
21 if not quiet:
22 print ("Cannot retrieve rhodecode's revision. Original error "
22 print ("WARNING: Cannot retrieve rhodecode's revision. "
23 "was: %s" % err)
23 "disregard this if you don't know what that means. "
24 "Original error was: %s" % err)
24 return None
25 return None
General Comments 0
You need to be logged in to leave comments. Login now