# File lib/capistrano/recipes/deploy/scm/perforce.rb, line 51
        def log(from=1, to=head)
          scm authentication, :changes, "-s submitted", "//#{p4client}/...#{rev_no(from)},#{rev_no(to)}"
        end