aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMax Howell2009-12-05 17:28:01 +0000
committerMax Howell2009-12-05 17:29:49 +0000
commit54aff61ef61b90bd77577f02be62b09622c62cb5 (patch)
treeeab1ce6089306e7d7e97ce2e823d7a6afc370f73 /bin
parenta1583d1d3c53a533edf3f78cc2dda3d402e266b8 (diff)
downloadbrew-54aff61ef61b90bd77577f02be62b09622c62cb5.tar.bz2
Prompt user to use pip for Hg and Bzr
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/brew b/bin/brew
index f23f10fbb..ed7a5124e 100755
--- a/bin/brew
+++ b/bin/brew
@@ -100,6 +100,8 @@ begin
end
when 'search', '-S'
+ check_for_blacklisted_formula(ARGV.named)
+
require "formula"
formulae = Formulary.names with_aliases=true
@@ -199,6 +201,8 @@ begin
end
when 'install'
+ check_for_blacklisted_formula(ARGV.named)
+
require 'formula_installer'
require 'hardware'