Mercurial 1.9.3

This commit is contained in:
Adam Vandenberg 2011-11-15 09:03:12 -08:00
parent 33a61d1897
commit f2b43831f5
2 changed files with 1 additions and 10 deletions

View File

@ -28,15 +28,6 @@ def blacklisted? name
We recommend using a MacTeX distribution: http://www.tug.org/mactex/
EOS
when 'mercurial', 'hg' then <<-EOS.undent
Install Mercurial with pip:
easy_install pip && pip install Mercurial
Or easy_install:
easy_install Mercurial
EOS
when 'pip' then <<-EOS.undent
Install pip with easy_install:

View File

@ -442,7 +442,7 @@ class MercurialDownloadStrategy < AbstractDownloadStrategy
def cached_location; @clone; end
def fetch
raise "You must `easy_install mercurial'" unless system "/usr/bin/which hg"
raise "You must install Mercurial: brew install mercurial" unless system "/usr/bin/which hg"
ohai "Cloning #{@url}"