aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-01-17 21:03:11 -0600
committerJack Nagel2012-01-17 21:57:13 -0600
commitd2c6ed039cd8974fad497bee44fb48c5cea8ebb5 (patch)
tree9af322fb063479319be9c99597f9bebed234e5ea /Library
parentc83f629d2202fec986c96f71ad7290087fab0007 (diff)
downloadhomebrew-d2c6ed039cd8974fad497bee44fb48c5cea8ebb5.tar.bz2
audit: check for mercurial dependency
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/cmd/audit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index b6423de37..e980466da 100755
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -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