diff options
| author | Adam Vandenberg | 2013-07-15 08:42:10 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-07-16 21:08:34 -0700 |
| commit | 799ae842f212e7572f7faa406f76619c5ddd15cf (patch) | |
| tree | 7bdc03205e67fe813fd5ca52f2f2438c9227556f /Library/Formula | |
| parent | e8a33097a38ee674ca63d43176a87ad6145bec9b (diff) | |
| download | homebrew-799ae842f212e7572f7faa406f76619c5ddd15cf.tar.bz2 | |
mercurial: de-dent caveats
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mercurial.rb | 10 |
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 |
