aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlex Gaynor2015-02-02 08:01:34 -0800
committerMike McQuaid2015-02-02 18:23:40 +0000
commit37e908c9de3b34d8a895df652a2c29f21ccf1780 (patch)
treeb0f8eee531e4b50ae9109ab75f2705b3477c7f0f /Library
parente4f4d083b5d353450431ce690a7e952672519f5e (diff)
downloadhomebrew-37e908c9de3b34d8a895df652a2c29f21ccf1780.tar.bz2
mercurial 3.3
Closes #36465. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mercurial.rb8
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/mercurial.rb b/Library/Formula/mercurial.rb
index 0eec33e5d..a94e5f471 100644
--- a/Library/Formula/mercurial.rb
+++ b/Library/Formula/mercurial.rb
@@ -2,8 +2,8 @@
# of Homebrew.
class Mercurial < Formula
homepage "http://mercurial.selenic.com/"
- url "http://mercurial.selenic.com/release/mercurial-3.2.4.tar.gz"
- sha1 "6adc45a99f036a3fe3433a4d24e5641c91acb693"
+ url "http://mercurial.selenic.com/release/mercurial-3.3.tar.gz"
+ sha1 "9bc03b6e82ce7bccb9d2608c7a5c4023adf2290c"
bottle do
cellar :any
@@ -23,10 +23,6 @@ class Mercurial < Formula
# install the completion scripts
bash_completion.install "contrib/bash_completion" => "hg-completion.bash"
zsh_completion.install "contrib/zsh_completion" => "_hg"
-
- # install the merge tool default configs
- # http://mercurial.selenic.com/wiki/Packaging#Things_to_note
- (etc/"mercurial"/"hgrc.d").install "contrib/mergetools.hgrc" => "mergetools.rc"
end
test do