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