# File lib/capistrano/recipes/deploy/scm/git.rb, line 198 def diff(from, to=nil) from << "..#{to}" if to scm :diff, from end