[PATCH 1 of 2] hghave: improve error reporting for missing Py OpenSSL

timeless timeless at gmail.com
Sun Mar 6 06:00:40 CST 2011


# HG changeset patch
# User timeless <timeless at gmail.com>
# Date 1299412619 21600
# Node ID a2b1ee41dc4ef99c2297d7aab241b7141d1259c3
# Parent  37f487b9fbcc5c11dda8e7a16e9e8f758ae907c3
hghave: improve error reporting for missing Py OpenSSL

diff --git a/tests/hghave b/tests/hghave
--- a/tests/hghave
+++ b/tests/hghave
@@ -202,7 +202,7 @@ checks = {
     "outer-repo": (has_outer_repo, "outer repo"),
     "p4": (has_p4, "Perforce server and client"),
     "pygments": (has_pygments, "Pygments source highlighting library"),
-    "ssl": (has_ssl, "python >= 2.6 ssl module"),
+    "ssl": (has_ssl, "python >= 2.6 ssl module and python OpenSSL"),
     "svn": (has_svn, "subversion client and admin tools"),
     "svn-bindings": (has_svn_bindings, "subversion python bindings"),
     "symlink": (has_symlink, "symbolic links"),


More information about the Mercurial-devel mailing list