# File lib/capistrano/recipes/deploy/scm/subversion.rb, line 40 def diff(from, to=nil) scm :diff, repository, arguments(:diff), authentication, "-r#{from}:#{to || head}" end