Fix name of Mercurial in blacklist
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
d7b50a5820
commit
cfd3bc0b7e
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user