From 56ee016f5e3f197dc7552667cc0042ff7a0aacb9 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 15 Jul 2013 08:42:10 -0700 Subject: [PATCH] mercurial: de-dent caveats --- Formula/mercurial.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/mercurial.rb b/Formula/mercurial.rb index 335c2fc9006..107a35fcb99 100644 --- a/Formula/mercurial.rb +++ b/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