diff options
| author | Max Howell | 2009-12-05 17:28:01 +0000 |
|---|---|---|
| committer | Max Howell | 2009-12-05 17:29:49 +0000 |
| commit | 54aff61ef61b90bd77577f02be62b09622c62cb5 (patch) | |
| tree | eab1ce6089306e7d7e97ce2e823d7a6afc370f73 /bin | |
| parent | a1583d1d3c53a533edf3f78cc2dda3d402e266b8 (diff) | |
| download | brew-54aff61ef61b90bd77577f02be62b09622c62cb5.tar.bz2 | |
Prompt user to use pip for Hg and Bzr
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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' |
