From a9895432ce92fcb4cb3794805d2a82e409626493 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 9 Dec 2009 15:15:07 +0000 Subject: Use our Bazaar formula for now Bzr on PyPi is problematic for now. --- Library/Homebrew/brew.h.rb | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'Library') 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: -- cgit v1.2.3