diff options
| author | Jack Nagel | 2012-01-17 21:03:11 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-01-17 21:57:13 -0600 |
| commit | d2c6ed039cd8974fad497bee44fb48c5cea8ebb5 (patch) | |
| tree | 9af322fb063479319be9c99597f9bebed234e5ea /Library | |
| parent | c83f629d2202fec986c96f71ad7290087fab0007 (diff) | |
| download | homebrew-d2c6ed039cd8974fad497bee44fb48c5cea8ebb5.tar.bz2 | |
audit: check for mercurial dependency
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Homebrew/cmd/audit.rb | 2 |
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 |
