Changeset - 8c54b294d3e4
[Not reviewed]
beta
0 1 0
Andrew Shadura - 13 years ago 2012-10-08 00:11:25
bugzilla@tut.by
Grafted from: 741c6a4365da
Rephrase the message.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/utils.py
Show inline comments
 
@@ -705,5 +705,5 @@ def check_git_version():
 
        elif to_old_git:
 
            log.warning('RhodeCode detected git version %s, which is too old '
 
                        'for the system to function properly. Make sure '
 
                        'it is at least in version %s' % (ver, req_ver))
 
                        'its version is at least %s' % (ver, req_ver))
 
    return _ver
0 comments (0 inline, 0 general)