diff -r 535283a7f5dd -r f1dfef0a9352 mercurial/commands.py --- a/mercurial/commands.py Tue Dec 31 00:37:16 2013 -0800 +++ b/mercurial/commands.py Fri Mar 14 16:00:11 2014 -0500 @@ -2161,8 +2161,8 @@ problems += 1 # Python - ui.status(_("showing Python executable (%s)\n") % sys.executable) - ui.status(_("showing Python version (%s)\n") + ui.status(_("checking Python executable (%s)\n") % sys.executable) + ui.status(_("checking Python version (%s)\n") % ("%s.%s.%s" % sys.version_info[:3])) ui.status(_("checking Python lib (%s)...\n") % os.path.dirname(os.__file__))