swc-installation-test-2.py: Comment out 'mercurial' dependency
authorW. Trevor King <wking@tremily.us>
Fri, 11 Jan 2013 18:09:31 +0000 (13:09 -0500)
committerW. Trevor King <wking@tremily.us>
Fri, 11 Jan 2013 18:09:31 +0000 (13:09 -0500)
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

index 62e3f2e2af503935131d1576886e9dff79e44bdb..5c275df084ed98b86244e186738d269fe45ff1c6 100755 (executable)
@@ -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',