aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd
diff options
context:
space:
mode:
authorMike McQuaid2017-12-29 19:53:04 +0000
committerMike McQuaid2017-12-29 19:53:04 +0000
commit7f54c83911a494b592e412d2f99119530cebf458 (patch)
treed505de75a7b60d157ce2086961cfa94e94ebeb27 /Library/Homebrew/dev-cmd
parent05329fc08dd506bdb3b36a2ac712549bb3870729 (diff)
downloadbrew-7f54c83911a494b592e412d2f99119530cebf458.tar.bz2
audit: remove unneeded mercurial check.
Diffstat (limited to 'Library/Homebrew/dev-cmd')
-rw-r--r--Library/Homebrew/dev-cmd/audit.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/dev-cmd/audit.rb b/Library/Homebrew/dev-cmd/audit.rb
index 89ab79996..6da591f1a 100644
--- a/Library/Homebrew/dev-cmd/audit.rb
+++ b/Library/Homebrew/dev-cmd/audit.rb
@@ -380,8 +380,6 @@ class FormulaAuditor
case dep.name
when "git"
problem "Don't use git as a dependency"
- when "mercurial"
- problem "Use `depends_on :hg` instead of `depends_on 'mercurial'`"
when "gfortran"
problem "Use `depends_on :fortran` instead of `depends_on 'gfortran'`"
when "ruby"