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)
commitd647375e30f6661e85781bd8a7680889eae18798
tree5154d43abcf477ad03d93174f3cfc5fd3811c994
parentcf6294d4646c1cf926ef5dd22e3e860902e37bab
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