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