# File lib/capistrano/recipes/deploy/scm/bzr.rb, line 43
        def diff(from, to=nil)
          switch = "-r#{from}"
          switch << "..#{to}" if to

          scm :diff, switch
        end