branch | stable |
changeset 17392 | bdd248666dbc |
parent 17386 | 45b5eb2941d0 |
child 17393 | 99a2a4ae35e2 |
child 17735 | 605fe310691f |
--- a/mercurial/commands.py Sat Aug 04 07:14:40 2012 +0200 +++ b/mercurial/commands.py Mon Aug 06 12:59:47 2012 +0200 @@ -1998,6 +1998,10 @@ ui.write(_(" (check that your locale is properly set)\n")) problems += 1 + # Python lib + ui.status(_("checking Python lib (%s)...\n") + % os.path.dirname(os.__file__)) + # compiled modules ui.status(_("checking installed modules (%s)...\n") % os.path.dirname(__file__))