aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorHumza2011-05-01 08:32:38 -0700
committerAdam Vandenberg2011-05-01 08:50:39 -0700
commit4474dff48e62a77147d65623208046343aed2487 (patch)
tree227591d434aebdcf716503eab2fc15cfd36b6696 /Library
parentec4113e6e31ed58ff424a769d37e76d84fb34517 (diff)
downloadhomebrew-4474dff48e62a77147d65623208046343aed2487.tar.bz2
Fix name of Mercurial in blacklist
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/blacklist.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb
index e79713dbe..726a1343c 100644
--- a/Library/Homebrew/blacklist.rb
+++ b/Library/Homebrew/blacklist.rb
@@ -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: