diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mercurial.rb | 11 |
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 |
