mercurial: de-dent caveats

master
Adam Vandenberg 2013-07-15 08:42:10 -07:00
parent 0b710c8988
commit 56ee016f5e
1 changed files with 5 additions and 5 deletions

View File

@ -41,11 +41,11 @@ class Mercurial < Formula
def caveats
s = ''
if build.head? then s += <<-EOS.undent
To install the --HEAD version of mercurial, you have to:
1. `brew install mercurial` # so brew can use this to fetch sources!
2. `brew unlink mercurial`
3. `brew install mercurial --HEAD`
4. `brew cleanup mercurial` # to remove the older non-HEAD version
To install the --HEAD version of mercurial, you have to:
1. `brew install mercurial` # so brew can use this to fetch sources!
2. `brew unlink mercurial`
3. `brew install mercurial --HEAD`
4. `brew cleanup mercurial` # to remove the older non-HEAD version
EOS
end
s += python.standard_caveats if python