diff options
| author | Adam Vandenberg | 2011-12-17 10:08:16 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-12-17 10:08:16 -0800 |
| commit | fc1cb74786652dd04bd9f71976f80adf1efb7435 (patch) | |
| tree | 38c8e665315829754dbafd187270595e15178e6e /Library/Formula | |
| parent | a98905b190d21663a880bb23f82ccd7fa27cd479 (diff) | |
| download | homebrew-fc1cb74786652dd04bd9f71976f80adf1efb7435.tar.bz2 | |
Mercurial 2.0.1
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mercurial.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/mercurial.rb b/Library/Formula/mercurial.rb index 7a6fb1699..2a6679cf7 100644 --- a/Library/Formula/mercurial.rb +++ b/Library/Formula/mercurial.rb @@ -1,10 +1,10 @@ require 'formula' class Mercurial < Formula - url 'http://mercurial.selenic.com/release/mercurial-2.0.tar.gz' + url 'http://mercurial.selenic.com/release/mercurial-2.0.1.tar.gz' homepage 'http://mercurial.selenic.com/' + sha1 '7983f564c06aef598fcfd7f8c1c33f4669362760' head 'http://selenic.com/repo/hg', :using => :hg - sha1 '5ede1b3f54d3be2af0657901e7013dde7c19b7c5' depends_on 'docutils' => :python if ARGV.build_head? or ARGV.include? "--doc" @@ -58,7 +58,7 @@ class Mercurial < Formula s = "" if ARGV.build_head? s += <<-EOS.undent - As mercurial is required to get its own repository, there is now two + As mercurial is required to get its own repository, there are now two installations of mercurial on this machine. If the previous installation has been done through Homebrew, the old version needs to be removed and the new one needs to be linked : |
