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