audit: check for mercurial dependency

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-01-17 21:03:11 -06:00
parent 38b4a06207
commit cf16987845

View File

@ -270,7 +270,7 @@ def audit_formula_instance f
end
case d
when "git", "python", "ruby", "emacs", "mysql", "postgresql"
when "git", "python", "ruby", "emacs", "mysql", "postgresql", "mercurial"
problems << " * Don't use #{d} as a dependency; we allow non-Homebrew\n #{d} installs."
end
end