Show More
@@ -2,7 +2,8 b' hg debuginstall' | |||||
2 | $ hg debuginstall |
|
2 | $ hg debuginstall | |
3 | checking encoding (ascii)... |
|
3 | checking encoding (ascii)... | |
4 | checking Python executable (*) (glob) |
|
4 | checking Python executable (*) (glob) | |
5 | checking Python version (2.*) (glob) |
|
5 | checking Python version (2.*) (glob) (no-py3 !) | |
|
6 | checking Python version (3.*) (glob) (py3 !) | |||
6 | checking Python lib (*lib*)... (glob) |
|
7 | checking Python lib (*lib*)... (glob) | |
7 | checking Python security support (*) (glob) |
|
8 | checking Python security support (*) (glob) | |
8 | TLS 1.2 not supported by Python install; network connections lack modern security (?) |
|
9 | TLS 1.2 not supported by Python install; network connections lack modern security (?) | |
@@ -57,7 +58,8 b' hg debuginstall with no username' | |||||
57 | $ HGUSER= hg debuginstall |
|
58 | $ HGUSER= hg debuginstall | |
58 | checking encoding (ascii)... |
|
59 | checking encoding (ascii)... | |
59 | checking Python executable (*) (glob) |
|
60 | checking Python executable (*) (glob) | |
60 | checking Python version (2.*) (glob) |
|
61 | checking Python version (2.*) (glob) (no-py3 !) | |
|
62 | checking Python version (3.*) (glob) (py3 !) | |||
61 | checking Python lib (*lib*)... (glob) |
|
63 | checking Python lib (*lib*)... (glob) | |
62 | checking Python security support (*) (glob) |
|
64 | checking Python security support (*) (glob) | |
63 | TLS 1.2 not supported by Python install; network connections lack modern security (?) |
|
65 | TLS 1.2 not supported by Python install; network connections lack modern security (?) | |
@@ -101,7 +103,8 b' path variables are expanded (~ is the sa' | |||||
101 | $ HGEDITOR="~/tools/testeditor.exe" hg debuginstall |
|
103 | $ HGEDITOR="~/tools/testeditor.exe" hg debuginstall | |
102 | checking encoding (ascii)... |
|
104 | checking encoding (ascii)... | |
103 | checking Python executable (*) (glob) |
|
105 | checking Python executable (*) (glob) | |
104 | checking Python version (*) (glob) |
|
106 | checking Python version (2.*) (glob) (no-py3 !) | |
|
107 | checking Python version (3.*) (glob) (py3 !) | |||
105 | checking Python lib (*lib*)... (glob) |
|
108 | checking Python lib (*lib*)... (glob) | |
106 | checking Python security support (*) (glob) |
|
109 | checking Python security support (*) (glob) | |
107 | TLS 1.2 not supported by Python install; network connections lack modern security (?) |
|
110 | TLS 1.2 not supported by Python install; network connections lack modern security (?) | |
@@ -125,7 +128,8 b' not found (this is intentionally using b' | |||||
125 | $ HGEDITOR="c:\foo\bar\baz.exe -y -z" hg debuginstall |
|
128 | $ HGEDITOR="c:\foo\bar\baz.exe -y -z" hg debuginstall | |
126 | checking encoding (ascii)... |
|
129 | checking encoding (ascii)... | |
127 | checking Python executable (*) (glob) |
|
130 | checking Python executable (*) (glob) | |
128 | checking Python version (*) (glob) |
|
131 | checking Python version (2.*) (glob) (no-py3 !) | |
|
132 | checking Python version (3.*) (glob) (py3 !) | |||
129 | checking Python lib (*lib*)... (glob) |
|
133 | checking Python lib (*lib*)... (glob) | |
130 | checking Python security support (*) (glob) |
|
134 | checking Python security support (*) (glob) | |
131 | TLS 1.2 not supported by Python install; network connections lack modern security (?) |
|
135 | TLS 1.2 not supported by Python install; network connections lack modern security (?) | |
@@ -240,7 +244,8 b" since it's bin on most platforms but Scr" | |||||
240 | $ ./installenv/*/hg debuginstall || cat pip.log |
|
244 | $ ./installenv/*/hg debuginstall || cat pip.log | |
241 | checking encoding (ascii)... |
|
245 | checking encoding (ascii)... | |
242 | checking Python executable (*) (glob) |
|
246 | checking Python executable (*) (glob) | |
243 | checking Python version (2.*) (glob) |
|
247 | checking Python version (2.*) (glob) (no-py3 !) | |
|
248 | checking Python version (3.*) (glob) (py3 !) | |||
244 | checking Python lib (*)... (glob) |
|
249 | checking Python lib (*)... (glob) | |
245 | checking Python security support (*) (glob) |
|
250 | checking Python security support (*) (glob) | |
246 | TLS 1.2 not supported by Python install; network connections lack modern security (?) |
|
251 | TLS 1.2 not supported by Python install; network connections lack modern security (?) |
General Comments 0
You need to be logged in to leave comments.
Login now