debuginstall: change showing to checking for consistency and future checking

This commit is contained in:
Matt Mackall 2014-03-14 16:00:11 -05:00
parent 53c61a10f1
commit 521c4ac54d
2 changed files with 6 additions and 6 deletions

View File

@ -2161,8 +2161,8 @@ def debuginstall(ui):
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__))

View File

@ -1,8 +1,8 @@
hg debuginstall
$ hg debuginstall
checking encoding (ascii)...
showing Python executable (*) (glob)
showing Python version (2.*) (glob)
checking Python executable (*) (glob)
checking Python version (2.*) (glob)
checking Python lib (*lib*)... (glob)
checking installed modules (*mercurial)... (glob)
checking templates (*mercurial?templates)... (glob)
@ -13,8 +13,8 @@ hg debuginstall
hg debuginstall with no username
$ HGUSER= hg debuginstall
checking encoding (ascii)...
showing Python executable (*) (glob)
showing Python version (2.*) (glob)
checking Python executable (*) (glob)
checking Python version (2.*) (glob)
checking Python lib (*lib*)... (glob)
checking installed modules (*mercurial)... (glob)
checking templates (*mercurial?templates)... (glob)