aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mercurial.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/mercurial.rb b/Library/Formula/mercurial.rb
index 335c2fc90..107a35fcb 100644
--- a/Library/Formula/mercurial.rb
+++ b/Library/Formula/mercurial.rb
@@ -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