aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-18 09:29:34 -0800
committerAdam Vandenberg2012-02-18 09:29:34 -0800
commitcdf9cfad127f9ecf3e5e6c712512ad8513c80ef2 (patch)
tree32b8ed5ab6fa9a62c454ea6ecfc735ae648ae646 /Library/Formula
parent8b4b065c91c689ebbda7f477f8baedaed813428a (diff)
downloadhomebrew-cdf9cfad127f9ecf3e5e6c712512ad8513c80ef2.tar.bz2
Mercurial: patch to remove error codes
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mercurial.rb11
1 files changed, 8 insertions, 3 deletions
diff --git a/Library/Formula/mercurial.rb b/Library/Formula/mercurial.rb
index 9ff0d2514..e601cf8cc 100644
--- a/Library/Formula/mercurial.rb
+++ b/Library/Formula/mercurial.rb
@@ -9,9 +9,14 @@ class Mercurial < Formula
depends_on 'docutils' => :python if ARGV.build_head? or ARGV.include? "--doc"
def options
- [
- ["--doc", "build the documentation. Depends on 'docutils' module."],
- ]
+ [["--doc", "build the documentation. Depends on 'docutils' module."]]
+ end
+
+ # Remove the error codes on things like "no changes found"
+ # Will be in next release
+ # See: http://selenic.com/hg/rev/a3dcc59054ca
+ def patches
+ "http://selenic.com/hg/raw-rev/a3dcc59054ca"
end
def install