comparison 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
comparison
equal deleted inserted replaced
17390:74b44f25b4b1 17393:99a2a4ae35e2
1995 encoding.fromlocal("test") 1995 encoding.fromlocal("test")
1996 except util.Abort, inst: 1996 except util.Abort, inst:
1997 ui.write(" %s\n" % inst) 1997 ui.write(" %s\n" % inst)
1998 ui.write(_(" (check that your locale is properly set)\n")) 1998 ui.write(_(" (check that your locale is properly set)\n"))
1999 problems += 1 1999 problems += 1
2000
2001 # Python lib
2002 ui.status(_("checking Python lib (%s)...\n")
2003 % os.path.dirname(os.__file__))
2000 2004
2001 # compiled modules 2005 # compiled modules
2002 ui.status(_("checking installed modules (%s)...\n") 2006 ui.status(_("checking installed modules (%s)...\n")
2003 % os.path.dirname(__file__)) 2007 % os.path.dirname(__file__))
2004 try: 2008 try: