From d647375e30f6661e85781bd8a7680889eae18798 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 11 Jan 2013 13:09:31 -0500 Subject: [PATCH] swc-installation-test-2.py: Comment out 'mercurial' dependency There can be trouble detecting the Python package, especially on MS Windows where the installed version of Python used to run the script may not know about installed version of Mercurial. Because nobody is likely to use Mercurial's Python interface in a SWC class (they'll probably stick to the command line interface), comment out this dependency. --- swc-installation-test-2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swc-installation-test-2.py b/swc-installation-test-2.py index 62e3f2e..5c275df 100755 --- a/swc-installation-test-2.py +++ b/swc-installation-test-2.py @@ -66,7 +66,7 @@ CHECKS = [ # Version control 'git', 'hg', # Command line tool - 'mercurial', # Python package + #'mercurial', # Python package # Build tools and packaging 'make', 'virtual-pypi-installer', -- 2.26.2