We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ecdea commit b2587c4Copy full SHA for b2587c4
Formula/m/mercurial.rb
@@ -47,14 +47,14 @@ def install
47
bash_completion.install share/"bash-completion/completions/hg"
48
end
49
50
- def caveats
+ def post_install
51
return unless (opt_bin/"hg").exist?
52
return unless deps.all? { |d| d.build? || d.test? || d.to_formula.any_version_installed? }
53
54
cacerts_configured = `#{opt_bin}/hg config web.cacerts`.strip
55
return if cacerts_configured.empty?
56
57
- <<~EOS
+ opoo <<~EOS
58
Homebrew has detected that Mercurial is configured to use a certificate
59
bundle file as its trust store for TLS connections instead of using the
60
default OpenSSL store. If you have trouble connecting to remote
0 commit comments