aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2009-12-09 15:15:07 +0000
committerMax Howell2009-12-12 16:23:03 +0000
commit182697a131c035ac5324ff4a7df47e272b8e9933 (patch)
treea6be7c5cfdf0e690497700db8ab794a38944375c /Library
parent5cd79c6c5f7172fdc58ca157d78e34d1a4fcbee9 (diff)
downloadhomebrew-182697a131c035ac5324ff4a7df47e272b8e9933.tar.bz2
Use our Bazaar formula for now
Bzr on PyPi is problematic for now.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/brew.h.rb14
1 files changed, 8 insertions, 6 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb
index 7ca9ecffb..7d5b00bf5 100644
--- a/Library/Homebrew/brew.h.rb
+++ b/Library/Homebrew/brew.h.rb
@@ -29,12 +29,14 @@ def check_for_blacklisted_formula names
names.each do |name|
case name
- when 'bazaar', 'bzr' then abort <<-EOS
-Bazaar can be installed thusly:
-
- brew install pip && pip install bzr==2.0.1
-
- EOS
+ # bazaar don't maintain their PyPi entry properly yet
+ # when they do we'll remove our formula and use that
+# when 'bazaar', 'bzr' then abort <<-EOS
+#Bazaar can be installed thusly:
+#
+# brew install pip && pip install bzr==2.0.1
+#
+# EOS
when 'mercurial', 'hg' then abort <<-EOS
Mercurial can be install thusly: