# File lib/capistrano/recipes/deploy/scm/mercurial.rb, line 42 def diff(from, to=nil) scm :diff, "--rev #{from}", (to ? "--rev #{to}" : nil) end