Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 17393:99a2a4ae35e2
merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 24 Aug 2012 17:51:47 -0500 |
parents | 54feb8d3bab7 bdd248666dbc |
children | e7cfe3587ea4 |
line wrap: on
line diff
--- a/mercurial/commands.py Sat Aug 04 20:20:48 2012 +0200 +++ b/mercurial/commands.py Fri Aug 24 17:51:47 2012 -0500 @@ -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__))