# File lib/capistrano/recipes/deploy/scm/mercurial.rb, line 50
        def log(from, to=nil)
          scm :log,
              verbose,
              "--rev #{from}" +
              (to ? ":#{to}" : "")
        end