Use our Bazaar formula for now

Bzr on PyPi is problematic for now.
This commit is contained in:
Max Howell 2009-12-09 15:15:07 +00:00
parent 476c299685
commit a9895432ce

View File

@ -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: