##// END OF EJS Templates
debuginstall: change showing to checking for consistency and future checking
Matt Mackall -
r20741:f1dfef0a default
parent child Browse files
Show More
@@ -2161,8 +2161,8 b' def debuginstall(ui):'
2161 problems += 1
2161 problems += 1
2162
2162
2163 # Python
2163 # Python
2164 ui.status(_("showing Python executable (%s)\n") % sys.executable)
2164 ui.status(_("checking Python executable (%s)\n") % sys.executable)
2165 ui.status(_("showing Python version (%s)\n")
2165 ui.status(_("checking Python version (%s)\n")
2166 % ("%s.%s.%s" % sys.version_info[:3]))
2166 % ("%s.%s.%s" % sys.version_info[:3]))
2167 ui.status(_("checking Python lib (%s)...\n")
2167 ui.status(_("checking Python lib (%s)...\n")
2168 % os.path.dirname(os.__file__))
2168 % os.path.dirname(os.__file__))
@@ -1,8 +1,8 b''
1 hg debuginstall
1 hg debuginstall
2 $ hg debuginstall
2 $ hg debuginstall
3 checking encoding (ascii)...
3 checking encoding (ascii)...
4 showing Python executable (*) (glob)
4 checking Python executable (*) (glob)
5 showing Python version (2.*) (glob)
5 checking Python version (2.*) (glob)
6 checking Python lib (*lib*)... (glob)
6 checking Python lib (*lib*)... (glob)
7 checking installed modules (*mercurial)... (glob)
7 checking installed modules (*mercurial)... (glob)
8 checking templates (*mercurial?templates)... (glob)
8 checking templates (*mercurial?templates)... (glob)
@@ -13,8 +13,8 b' hg debuginstall'
13 hg debuginstall with no username
13 hg debuginstall with no username
14 $ HGUSER= hg debuginstall
14 $ HGUSER= hg debuginstall
15 checking encoding (ascii)...
15 checking encoding (ascii)...
16 showing Python executable (*) (glob)
16 checking Python executable (*) (glob)
17 showing Python version (2.*) (glob)
17 checking Python version (2.*) (glob)
18 checking Python lib (*lib*)... (glob)
18 checking Python lib (*lib*)... (glob)
19 checking installed modules (*mercurial)... (glob)
19 checking installed modules (*mercurial)... (glob)
20 checking templates (*mercurial?templates)... (glob)
20 checking templates (*mercurial?templates)... (glob)
General Comments 0
You need to be logged in to leave comments. Login now