Fix name of Mercurial in blacklist

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Humza 2011-05-01 08:32:38 -07:00 committed by Adam Vandenberg
parent d7b50a5820
commit cfd3bc0b7e

View File

@ -26,11 +26,11 @@ def blacklisted? name
when 'mercurial', 'hg' then <<-EOS.undent
Install Mercurial with pip:
easy_install pip && pip install mercurial
easy_install pip && pip install Mercurial
Or easy_install:
easy_install mercurial
easy_install Mercurial
EOS
when 'pip' then <<-EOS.undent
Install pip with easy_install: