From b2a065714d3ba0ac8d1b71fa1b0ad71eb54893cc Mon Sep 17 00:00:00 2001 From: Max Howell Date: Sun, 13 Feb 2011 12:23:48 +0000 Subject: Stop recommending our pip Seeing as the pip formula doesn't recommend pip anymore, we should stop telling people to use it :P --- Library/Homebrew/blacklist.rb | 2 +- Library/Homebrew/download_strategy.rb | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 6789ba1e7..46233f535 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -26,7 +26,7 @@ def blacklisted? name when 'mercurial', 'hg' then <<-EOS.undent Install Mercurial with pip: - brew install pip && pip install mercurial + easy_install pip && pip install mercurial Or easy_install: diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 1350e8e22..c0daf687a 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -364,11 +364,7 @@ class MercurialDownloadStrategy