comparison rhodecode/lib/utils.py @ 2900:8c54b294d3e4 beta

Rephrase the message.
author Andrew Shadura <bugzilla@tut.by>
date Mon, 08 Oct 2012 00:11:25 +0200
parents c76aa8b06179
children 3148c08cf86f b14850a72bc2
comparison
equal deleted inserted replaced
2899:c76aa8b06179 2900:8c54b294d3e4
703 if stderr: 703 if stderr:
704 log.warning('Unable to detect git version org error was:%r' % stderr) 704 log.warning('Unable to detect git version org error was:%r' % stderr)
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