##// END OF EJS Templates
Rephrase the message.
Andrew Shadura -
r2900:8c54b294 beta
parent child Browse files
Show More
@@ -705,5 +705,5 b' def check_git_version():'
705 elif to_old_git:
705 elif to_old_git:
706 log.warning('RhodeCode detected git version %s, which is too old '
706 log.warning('RhodeCode detected git version %s, which is too old '
707 'for the system to function properly. Make sure '
707 'for the system to function properly. Make sure '
708 'it is at least in version %s' % (ver, req_ver))
708 'its version is at least %s' % (ver, req_ver))
709 return _ver
709 return _ver
General Comments 0
You need to be logged in to leave comments. Login now