# File lib/capistrano/recipes/deploy/scm/bzr.rb, line 30
        def sync(revision, destination)
          commands = [scm(:update, destination)]
          commands << [scm(:revert, revswitch(revision), destination)] if revision != head
          commands.join(" && ")
        end