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