Skip to content
Snippets Groups Projects
Commit a9895432 authored by Max Howell's avatar Max Howell
Browse files

Use our Bazaar formula for now

Bzr on PyPi is problematic for now.
parent 476c2996
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment