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